Loading ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +37 −37 Original line number Diff line number Diff line Loading @@ -5647,44 +5647,44 @@ module NGAP_TCFunctions { log("*** " & __SCOPE__ & ": INFO: Preamble done. ***"); // Body // f_send_NGAP_PDU( // m_ngap_initMsg( // m_n2_NGSetupRequest( // m_globalRANNodeID_globalGNB_ID( // m_ie_globalGnbId( // PX_PLMN_IDENTITY, // '0000000000000000000000'B,//in template (value) bitstring p_gnbId, // -//in template (omit) GlobalGNB_ID.iE_Extensions p_iE_Extensions := omit // ) // ), // { // m_ie_supportedTAItem( // m_ie_tAC('000000'O), // m_ie_broadcastPLMNList( // { // m_ie_broadcastPLMNItem( // m_ie_pLMNIdentity('00f110'O), // m_ie_sliceSupportList( // { // m_ie_sliceSupportItem( // m_ie_sNSSAI( // m_ie_sST('00'O), // m_ie_sD('000000'O) // ) // ) // } // ) f_send_NGAP_PDU( m_ngap_initMsg( m_n2_NGSetupRequest( m_globalRANNodeID_globalGNB_ID( m_ie_globalGnbId( PX_PLMN_IDENTITY, '0000000000000000000000'B,//in template (value) bitstring p_gnbId, -//in template (omit) GlobalGNB_ID.iE_Extensions p_iE_Extensions := omit ) ), { m_ie_supportedTAItem( m_ie_tAC('000000'O), m_ie_broadcastPLMNList( { m_ie_broadcastPLMNItem( m_ie_pLMNIdentity('00f110'O), m_ie_sliceSupportList( { m_ie_sliceSupportItem( m_ie_sNSSAI( m_ie_sST('00'O), m_ie_sD('000000'O) ) ) } ) // ) // } // ) // ) // }, // PX_PAGING_DRX, ) } ) ) }, PX_PAGING_DRX, //FIXME:UERetention_Information template m_uERetentionInformation(in UERetentionInformation p_value := ues_retained) // ) // ) // ); ) ) ); f_recv_NGAP_PDU( mw_ngap_succMsg( Loading Loading
ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +37 −37 Original line number Diff line number Diff line Loading @@ -5647,44 +5647,44 @@ module NGAP_TCFunctions { log("*** " & __SCOPE__ & ": INFO: Preamble done. ***"); // Body // f_send_NGAP_PDU( // m_ngap_initMsg( // m_n2_NGSetupRequest( // m_globalRANNodeID_globalGNB_ID( // m_ie_globalGnbId( // PX_PLMN_IDENTITY, // '0000000000000000000000'B,//in template (value) bitstring p_gnbId, // -//in template (omit) GlobalGNB_ID.iE_Extensions p_iE_Extensions := omit // ) // ), // { // m_ie_supportedTAItem( // m_ie_tAC('000000'O), // m_ie_broadcastPLMNList( // { // m_ie_broadcastPLMNItem( // m_ie_pLMNIdentity('00f110'O), // m_ie_sliceSupportList( // { // m_ie_sliceSupportItem( // m_ie_sNSSAI( // m_ie_sST('00'O), // m_ie_sD('000000'O) // ) // ) // } // ) f_send_NGAP_PDU( m_ngap_initMsg( m_n2_NGSetupRequest( m_globalRANNodeID_globalGNB_ID( m_ie_globalGnbId( PX_PLMN_IDENTITY, '0000000000000000000000'B,//in template (value) bitstring p_gnbId, -//in template (omit) GlobalGNB_ID.iE_Extensions p_iE_Extensions := omit ) ), { m_ie_supportedTAItem( m_ie_tAC('000000'O), m_ie_broadcastPLMNList( { m_ie_broadcastPLMNItem( m_ie_pLMNIdentity('00f110'O), m_ie_sliceSupportList( { m_ie_sliceSupportItem( m_ie_sNSSAI( m_ie_sST('00'O), m_ie_sD('000000'O) ) ) } ) // ) // } // ) // ) // }, // PX_PAGING_DRX, ) } ) ) }, PX_PAGING_DRX, //FIXME:UERetention_Information template m_uERetentionInformation(in UERetentionInformation p_value := ues_retained) // ) // ) // ); ) ) ); f_recv_NGAP_PDU( mw_ngap_succMsg( Loading