<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, i m in the early stages of implementing a prepaid service for a CDMA network, i have to exchange radius package using the 3gpp2 standard which is an extension to the basic radius protocol. i m facing an issue and that is that the attributes in the 3gpp2 standard included attributes that contain subtypes, in the form of:<div><br></div><div>type:26</div><div><div>Length: variable, greated than 8</div><div><span style="font-size: 12pt;">Vendor-ID: 5535</span></div><div><span style="font-size: 12pt;">Vendor-Type: 91</span></div><div><span style="font-size: 12pt;">Vendor-Length: variable, greater than 2</span></div><div><span style="font-size: 12pt;">Sub-Type (=1): Sub-Type for AvailableInClient attribute</span></div></div><div>Sub-Type (=2): Sub-Type for SelectedForSession attribute</div><div>.......</div><div>Sub-Type (=N): XXXX</div><div><br></div><div><br></div><div>i have done several tests to confirm that freeradius only supports simple attributes in the form of attribute = value, i need to implement the above, is there any way i can implement it ? i dont mind doing all the work my self but i do not see available or easy ways to access the actual data of the structures directly ... can someone please advise how to implement attributes such as the above ? thanks! </div>                                          </div></body>
</html>