Not able to add avp
Hi I have a AVP from vendor ALU. I tried to add it in dictionary.xml but still it is shown as unknown. The avp details are:
<attribute code="1139"
vendorName="ALU"
name="Subscriber-User-Id"
format="UTF8STRING"
mFlag="OPTIONAL"
pFlag="OPTIONAL"
vFlag="REQUIRED"
encrypt="true"
register="true"
proprietary="true"/>
What I have added in xml is:
<avp name="Subscriber-User-Id" code="1139" mandatory="v" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="ALU">
<type type-name="UTF8String"/>
</avp>