specifies an A-V pair to be included in a Diameter
message that is currently being constructed.
The command follows the syntax:
avp avp-name avp-value
or
avp raw code=w,flags=x,type=y,vendorId=z,value=nnnn
You can specify a grouped A-V pair with the following syntax:
avp avp-name {
avp command for first A-V pair in group
avp command for second A-V pair in group
...
avp command for last A-V pair in group
}
avp-name is an attribute name that must be found in the
DTC dictionary. If avp-value is a string that contains spaces it
must be surrounded by double quotes (i.e. “sample string”).
w is the A-V pair Code for the A-V pair header
x is the value for the A-V pair header flags
y is the A-V pair type. Supported types for this
syntax are “integer” and “string”
z is the vendor ID for the A-V pair
nnnn is the A-V pair value. If the value is a string
it should not be surrounded by double quotes.
An example of the script commands that define a grouped A-V
pair: avp MIP-HA-to-FA-Key {
avp MIP-Algorithm-Type MD5-Prefix-plus-Suffix-Mode
avp MIP-Session-Key "?..j..am.8......"
}