Loading ttcn/LibNGAP/lib_system/LibNGAP_Functions.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1490,7 +1490,8 @@ module LibNGAP_Functions { "f_send_pdu_session_resource_setup_response:encvalue v_pDUSessionResourceSetupResponseTransfer: ", v_os ); v_os := '0003E07F000001000000010001'O; // So, force with the correct encoded value //v_os := '0003E07F000001000000010001'O; // So, force with the correct encoded value v_os := '0003E0'O & bit2oct(PX_TRANSPORT_LAYER_ADDRESS) & '000000010001'O; // So, force with the correct encoded value vc_pdu_session_resource_setup_list_su_res := { valueof( m_pDUSessionResourceSetupItemSURes( Loading Loading
ttcn/LibNGAP/lib_system/LibNGAP_Functions.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1490,7 +1490,8 @@ module LibNGAP_Functions { "f_send_pdu_session_resource_setup_response:encvalue v_pDUSessionResourceSetupResponseTransfer: ", v_os ); v_os := '0003E07F000001000000010001'O; // So, force with the correct encoded value //v_os := '0003E07F000001000000010001'O; // So, force with the correct encoded value v_os := '0003E0'O & bit2oct(PX_TRANSPORT_LAYER_ADDRESS) & '000000010001'O; // So, force with the correct encoded value vc_pdu_session_resource_setup_list_su_res := { valueof( m_pDUSessionResourceSetupItemSURes( Loading