Commit 76cef183 authored by rennoch's avatar rennoch
Browse files

use userName PIXIT for initial registration

parent 30a5243d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ module DiameterCxDx_Cx_TCFunctions {
                f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // sync - preamble done
    
                //initial registration
                vc_userName := m_user_Name(PX_UserName);
                
                f_send_UAR(m_UAR_Msg(vc_sessionId, 
                    m_UAR_UauthDhostFlags(vc_originHost, vc_originRealm, vc_destinationRealm, 
+10 −0
Original line number Diff line number Diff line
@@ -210,6 +210,16 @@ module DiameterCxDx_PIXITS
        */
        modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org";
    
    
        /** @desc   charstring, PIXIT item A-7/10 
                     
       The User-Name AVP (AVP Code 1) [RADIUS] is of type UTF8String, which
       contains the User-Name, in a format consistent with the NAI
       specification [NAI].
                    Ref: RFC 3588 section 8-14
        */
        modulepar UTF8String PX_UserName := "private_username@etsi.org";

    } //end group DiameterCommonCxData
    
        /** @desc	boolean indicator