Skip to content
New issue

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

CCR #161

Open
sbperete opened this issue Sep 1, 2021 · 0 comments
Open

CCR #161

sbperete opened this issue Sep 1, 2021 · 0 comments

Comments

@sbperete
Copy link

sbperete commented Sep 1, 2021

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),
},
}),
},
}),
},
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant