Loading ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +28 −4 Original line number Diff line number Diff line Loading @@ -1857,8 +1857,20 @@ module NGAP_TCFunctions { mw_ngap_initMsg( mw_n2_NGSetupRequest( ?,//template (present) GlobalRANNodeID p_globalRANNodeID := ?, ?,//template (present) SupportedTAList p_supportedTAs := ?, ?//template (present) PagingDRX p_pagingDRX := ? { mw_supportedTAItem( ?,//template (present) TAC p_tAC := ?, { mw_ie_broadcastPLMNItem( ?, ?, * ) },//?,//template (present) BroadcastPLMNList p_broadcastPLMNList := ?, *//template SupportedTAItem.iE_Extensions p_iE_Extensions := * ) }, mw_pagingDRX(?) ) ) ); Loading Loading @@ -1895,8 +1907,20 @@ module NGAP_TCFunctions { f_recv_NGAP_PDU( mw_ngap_initMsg( mw_n2_RANConfigurationUpdate(//FIXME: prepare/update template IEs ?//template (present) RANNodeName p_rANNodeName := ? mw_n2_RANConfigurationUpdate_SupportedTAList( { mw_supportedTAItem( ?,//template (present) TAC p_tAC := ?, { mw_ie_broadcastPLMNItem( ?, ?, * ) },//?,//template (present) BroadcastPLMNList p_broadcastPLMNList := ?, *//template SupportedTAItem.iE_Extensions p_iE_Extensions := * ) } ) ) ); Loading Loading
ttcn/AtsNGAP/NGAP_TCFunctions.ttcn +28 −4 Original line number Diff line number Diff line Loading @@ -1857,8 +1857,20 @@ module NGAP_TCFunctions { mw_ngap_initMsg( mw_n2_NGSetupRequest( ?,//template (present) GlobalRANNodeID p_globalRANNodeID := ?, ?,//template (present) SupportedTAList p_supportedTAs := ?, ?//template (present) PagingDRX p_pagingDRX := ? { mw_supportedTAItem( ?,//template (present) TAC p_tAC := ?, { mw_ie_broadcastPLMNItem( ?, ?, * ) },//?,//template (present) BroadcastPLMNList p_broadcastPLMNList := ?, *//template SupportedTAItem.iE_Extensions p_iE_Extensions := * ) }, mw_pagingDRX(?) ) ) ); Loading Loading @@ -1895,8 +1907,20 @@ module NGAP_TCFunctions { f_recv_NGAP_PDU( mw_ngap_initMsg( mw_n2_RANConfigurationUpdate(//FIXME: prepare/update template IEs ?//template (present) RANNodeName p_rANNodeName := ? mw_n2_RANConfigurationUpdate_SupportedTAList( { mw_supportedTAItem( ?,//template (present) TAC p_tAC := ?, { mw_ie_broadcastPLMNItem( ?, ?, * ) },//?,//template (present) BroadcastPLMNList p_broadcastPLMNList := ?, *//template SupportedTAItem.iE_Extensions p_iE_Extensions := * ) } ) ) ); Loading