fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
244 stars 141 forks source link

CCR #161

Open sbperete opened 3 years ago

sbperete commented 3 years ago

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