Loading ccsrc/Protocols/Json/json_codec.cc +2 −1 Original line number Original line Diff line number Diff line Loading @@ -56,6 +56,7 @@ int json_codec::decode (const OCTETSTRING& p_data, LibItsHttp__JsonMessageBodyTy return -1; return -1; } } } } loggers::get_instance().log("json_codec::decode: decode_str=%s", it->second.c_str()); TTCN_EncDec::set_error_behavior(TTCN_EncDec::ET_ALL, TTCN_EncDec::EB_DEFAULT); TTCN_EncDec::set_error_behavior(TTCN_EncDec::ET_ALL, TTCN_EncDec::EB_DEFAULT); TTCN_EncDec::clear_error(); TTCN_EncDec::clear_error(); Loading etc/AtsMec/AtsMec_AdvantEDGE.cfg +3 −2 Original line number Original line Diff line number Diff line Loading @@ -84,7 +84,7 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server #AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF #AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF # ETSI GS MEC 013 # ETSI GS MEC 013 AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_BR #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_BR #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_NF #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_NF Loading @@ -107,7 +107,8 @@ AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_NF #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_NF #AtsMec_RadioNodeLocationAPI_TestCases.TP_MEC_SRV_RLOCLOOK_001_OK AtsMec_RadioNodeLocationAPI_TestCases.TC_MEC_SRV_RLOCLOOK_001_OK AtsMec_RadioNodeLocationAPI_TestCases.TC_MEC_SRV_RLOCLOOK_001_NF #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_011_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_011_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_012_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_012_OK Loading scripts/mec_generate_makefile.bash +1 −1 Original line number Original line Diff line number Diff line Loading @@ -52,7 +52,7 @@ find .. -type f -name "*.bak" -exec rm {} \; find .. -type f -name "*.log" -exec rm {} \; find .. -type f -name "*.log" -exec rm {} \; # Build JSON files if any and put them in objs directory # Build JSON files if any and put them in objs directory REFERENCES="LibCommon LibHttp LibMec LibMec/LocationAPI LibMec/RnisAPI LibMec/UEidentityAPI LibMec/BwManagementAPI" REFERENCES="LibCommon LibHttp LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI LibMec/UEidentityAPI" for i in ${REFERENCES} for i in ${REFERENCES} do do # TTCN code # TTCN code Loading ttcn/AtsMec/AtsMec_LocationAPI_TestCases.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -771,7 +771,7 @@ module AtsMec_LocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_get( m_http_request_get( "/" & PICS_ROOT_API & PX_ME_APP_Q_USERS_LIST_URI & "/invalid/" & oct2char(unichar2oct(PX_USER, "UTF-8")), "/" & PICS_ROOT_API & PX_ME_APP_Q_USERS_LIST_URI/* & "/invalid/"*/ & oct2char(unichar2oct(PX_USER, "UTF-8")), v_headers v_headers ) ) ) ) Loading ttcn/AtsMec/AtsMec_RadioNodeLocationAPI_TestCases.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ module AtsMec_RadioNodeLocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_get( m_http_request_get( PX_ME_APP_Q_ZONE_ID_URI & "/" & oct2char(unichar2oct(PX_ZONE_ID, "UTF-8")) & "/accessPoints", "/" & PICS_ROOT_API & PX_ME_APP_Q_ZONE_ID_URI & "/" & oct2char(unichar2oct(PX_ZONE_ID, "UTF-8")) & "/accessPoints", v_headers v_headers ) ) ) ) Loading Loading @@ -1003,7 +1003,7 @@ module AtsMec_RadioNodeLocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_post( m_http_request_post( "/" & PICS_ROOT_API & oct2char(unichar2oct(PX_UE_ZONAL_TRAF_SUB_URI, "UTF-8")), "/" & PICS_ROOT_API & PX_UE_ZONAL_TRAF_SUB_URI, v_headers, v_headers, m_http_message_body_json( m_http_message_body_json( m_body_json_zonal_traffic_subscription( m_body_json_zonal_traffic_subscription( Loading Loading
ccsrc/Protocols/Json/json_codec.cc +2 −1 Original line number Original line Diff line number Diff line Loading @@ -56,6 +56,7 @@ int json_codec::decode (const OCTETSTRING& p_data, LibItsHttp__JsonMessageBodyTy return -1; return -1; } } } } loggers::get_instance().log("json_codec::decode: decode_str=%s", it->second.c_str()); TTCN_EncDec::set_error_behavior(TTCN_EncDec::ET_ALL, TTCN_EncDec::EB_DEFAULT); TTCN_EncDec::set_error_behavior(TTCN_EncDec::ET_ALL, TTCN_EncDec::EB_DEFAULT); TTCN_EncDec::clear_error(); TTCN_EncDec::clear_error(); Loading
etc/AtsMec/AtsMec_AdvantEDGE.cfg +3 −2 Original line number Original line Diff line number Diff line Loading @@ -84,7 +84,7 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server #AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF #AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF # ETSI GS MEC 013 # ETSI GS MEC 013 AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_BR #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_BR #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_NF #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_NF Loading @@ -107,7 +107,8 @@ AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UELOCLOOK_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_OK #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_NF #AtsMec_LocationAPI_TestCases.TC_MEC_SRV_UEINFSUB_002_NF #AtsMec_RadioNodeLocationAPI_TestCases.TP_MEC_SRV_RLOCLOOK_001_OK AtsMec_RadioNodeLocationAPI_TestCases.TC_MEC_SRV_RLOCLOOK_001_OK AtsMec_RadioNodeLocationAPI_TestCases.TC_MEC_SRV_RLOCLOOK_001_NF #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_011_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_011_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_012_OK #AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_012_OK Loading
scripts/mec_generate_makefile.bash +1 −1 Original line number Original line Diff line number Diff line Loading @@ -52,7 +52,7 @@ find .. -type f -name "*.bak" -exec rm {} \; find .. -type f -name "*.log" -exec rm {} \; find .. -type f -name "*.log" -exec rm {} \; # Build JSON files if any and put them in objs directory # Build JSON files if any and put them in objs directory REFERENCES="LibCommon LibHttp LibMec LibMec/LocationAPI LibMec/RnisAPI LibMec/UEidentityAPI LibMec/BwManagementAPI" REFERENCES="LibCommon LibHttp LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI LibMec/UEidentityAPI" for i in ${REFERENCES} for i in ${REFERENCES} do do # TTCN code # TTCN code Loading
ttcn/AtsMec/AtsMec_LocationAPI_TestCases.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -771,7 +771,7 @@ module AtsMec_LocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_get( m_http_request_get( "/" & PICS_ROOT_API & PX_ME_APP_Q_USERS_LIST_URI & "/invalid/" & oct2char(unichar2oct(PX_USER, "UTF-8")), "/" & PICS_ROOT_API & PX_ME_APP_Q_USERS_LIST_URI/* & "/invalid/"*/ & oct2char(unichar2oct(PX_USER, "UTF-8")), v_headers v_headers ) ) ) ) Loading
ttcn/AtsMec/AtsMec_RadioNodeLocationAPI_TestCases.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ module AtsMec_RadioNodeLocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_get( m_http_request_get( PX_ME_APP_Q_ZONE_ID_URI & "/" & oct2char(unichar2oct(PX_ZONE_ID, "UTF-8")) & "/accessPoints", "/" & PICS_ROOT_API & PX_ME_APP_Q_ZONE_ID_URI & "/" & oct2char(unichar2oct(PX_ZONE_ID, "UTF-8")) & "/accessPoints", v_headers v_headers ) ) ) ) Loading Loading @@ -1003,7 +1003,7 @@ module AtsMec_RadioNodeLocationAPI_TestCases { httpPort.send( httpPort.send( m_http_request( m_http_request( m_http_request_post( m_http_request_post( "/" & PICS_ROOT_API & oct2char(unichar2oct(PX_UE_ZONAL_TRAF_SUB_URI, "UTF-8")), "/" & PICS_ROOT_API & PX_UE_ZONAL_TRAF_SUB_URI, v_headers, v_headers, m_http_message_body_json( m_http_message_body_json( m_body_json_zonal_traffic_subscription( m_body_json_zonal_traffic_subscription( Loading