We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this correctly formed? Getting error undefined: diam.Grouped
m.NewAVP(437, avp.Mbit, 0, &diam.Grouped { AVP: []*diam.AVP{ // CCService-Specific-Units diam.NewAVP(417, 0x40, 0x0, CCServiceSpecificUnits), // CCMoney diam.NewAVP(413, avp.Mbit, 0, &diam.Grouped { //Unit-Value AVP: []*diam.AVP{ diam.NewAVP(445, avp.Mbit, 0, &diam.Grouped { AVP: []*diam.AVP{ // Value-Digits diam.NewAVP(447, 0x40, 0x0, 1000),//ValueDigits), // Exponent diam.NewAVP(429, 0x40, 0x0, -2), //Exponent), }, }), }, }), }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this correctly formed? Getting error undefined: diam.Grouped
m.NewAVP(437, avp.Mbit, 0, &diam.Grouped {
AVP: []*diam.AVP{
// CCService-Specific-Units
diam.NewAVP(417, 0x40, 0x0, CCServiceSpecificUnits),
// CCMoney
diam.NewAVP(413, avp.Mbit, 0, &diam.Grouped {
//Unit-Value
AVP: []*diam.AVP{
diam.NewAVP(445, avp.Mbit, 0, &diam.Grouped {
AVP: []*diam.AVP{
// Value-Digits
diam.NewAVP(447, 0x40, 0x0, 1000),//ValueDigits),
// Exponent
diam.NewAVP(429, 0x40, 0x0, -2), //Exponent),
},
}),
},
}),
},
})
The text was updated successfully, but these errors were encountered: