<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 have downloaded and installed freeradius from git master FreeRADIUS Version 3.0.0 (git #7a9281c), <div>i m developing a module to do some charging based on 3gpp2 standards for a cdma network, </div><div>i have modified the dictionary to reflect a subtype in one of the attributes: </div><div><br></div><div><div>ATTRIBUTE      3GPP2-Prepaid-acct-Capability           91       tlv</div><div><span style="font-size: 12pt;">ATTRIBUTE       3GPP2-Prepaid-acct-Capability-AvailableInClient   91.1     integer</span></div><div><br></div></div><div>but i m having trouble accesing <span style="font-size: 12pt;">3GPP2-Prepaid-acct-Capability-AvailableInClient</span><span style="font-size: 12pt;">, </span></div><div><span style="font-size: 12pt;">basically i dont know how and i cant find an example in the code so far.</span></div><div><span style="font-size: 12pt;"><br></span></div><div>when i do:</div><div><br></div><div>ppac = pairfind(request->packet->vps,91.1,5535,TAG_ANY)</div><div>or</div><div>ppac = pairfind(request->packet->vps,91,5535,TAG_ANY)</div><div><br></div><div>they both return null. any hint will be appreciated as to how can i access the values in the subtypes</div><div>of any tlv-type attribute. the other option is just put back the dictionary to octect type and access the values manually</div><div>but i know this version of freeradius supports tlv so i would like to find a way to do it using freeradius </div><div>capabilities. thanks!</div><div><br></div>                                        </div></body>
</html>