Commit 82a10b69 authored by YannGarcia's avatar YannGarcia
Browse files

Rename TC for MEC015 & MEC016

parent 81c56726
......@@ -379,13 +379,13 @@ int json_codec::decode (const OCTETSTRING& p_data, LibItsHttp__JsonMessageBodyTy
}
if (it->second[0] == '[') { // BwInfoList
TTCN_Buffer decoding_buffer_(OCTETSTRING(str.length(), (const unsigned char*)str.c_str()));
BwManagementAPI__TypesAndValues::BwInfoList bw_info_list;
bw_info_list.decode(BwManagementAPI__TypesAndValues::BwInfoList_descr_, decoding_buffer_, TTCN_EncDec::CT_JSON);
TrafficManagementAPI__TypesAndValues::BwInfoList bw_info_list;
bw_info_list.decode(TrafficManagementAPI__TypesAndValues::BwInfoList_descr_, decoding_buffer_, TTCN_EncDec::CT_JSON);
msg.bwInfoList() = bw_info_list;
} else { // BwInfo
BwManagementAPI__TypesAndValues::BwInfo bw_info;
TrafficManagementAPI__TypesAndValues::BwInfo bw_info;
TTCN_Buffer decoding_buffer_(OCTETSTRING(str.length(), (const unsigned char*)str.c_str()));
bw_info.decode(BwManagementAPI__TypesAndValues::BwInfo_descr_, decoding_buffer_, TTCN_EncDec::CT_JSON);
bw_info.decode(TrafficManagementAPI__TypesAndValues::BwInfo_descr_, decoding_buffer_, TTCN_EncDec::CT_JSON);
msg.bwInfo() = bw_info;
}
} else if (it->second.find("\"detail\"") != std::string::npos) {
......
......@@ -228,10 +228,19 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRANS_001_OK
# ETSI GS MEC 015
#AtsMec_BwManagementAPI_TestCases.TC_MEC_SRV_BWA_001_OK
#AtsMec_BwManagementAPI_TestCases.TC_MEC_SRV_BWA_002_OK
#AtsMec_BwManagementAPI_TestCases.TC_MEC_SRV_BWA_002_BR
AtsMec_BwManagementAPI_TestCases.TC_MEC_SRV_BWA_002_NF
#AtsMec_BwManagementAPI_TestCases.TC_MEC_MEC015_SRV_TM_001_OK
#AtsMec_BwManagementAPI_TestCases.TC_MEC_MEC015_SRV_TM_002_OK
#AtsMec_BwManagementAPI_TestCases.TC_MEC_MEC015_SRV_TM_002_BR
AtsMec_BwManagementAPI_TestCases.TC_MEC_MEC015_SRV_TM_002_NF
# ETSI GS MEC 016
# ETSI GS MEC 028
# ETSI GS MEC 030
AtsMec_V2XInformationAPI_TestCases.TC_MEC_MEC030_SRV_V2X_001_OK_01
[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
......
......@@ -6,8 +6,8 @@ module AtsMec_TestControl {
import from UEidentityAPI_Pics all;
// LibMec/RnisAPI
import from RnisAPI_Pics all;
// LibMec/BwManagementAPI
import from BwManagementAPI_Pics all;
// LibMec/TrafficManagementAPI
import from TrafficManagementAPI_Pics all;
// LibMec/AppEnablementAPI
import from AppEnablementAPI_Pics all;
// LibMec/UEAppInterfaceAPI
......@@ -21,7 +21,7 @@ module AtsMec_TestControl {
import from AtsMec_UEidentityAPI_TestCases all;
// import from AtsMec_RadioNodeLocationAPI_TestCases all;
import from AtsMec_RnisAPI_TestCases all;
import from AtsMec_BwManagementAPI_TestCases all;
import from AtsMec_TrafficManagementAPI_TestCases all;
import from AtsMec_AppEnablementAPI_TestCases all;
import from AtsMec_UEAppInterfaceAPI_TestCases all;
......@@ -73,16 +73,16 @@ module AtsMec_TestControl {
}
if (PICS_ENABLE_UE_APP_CTX) {
execute(TC_MEC_MEO_UEAPPCTX_001_OK());
execute(TC_MEC_MEO_UEAPPCTX_001_BR());
execute(TC_MEC_MEO_UEAPPCTX_002_OK());
execute(TC_MEC_MEO_UEAPPCTX_002_BR());
execute(TC_MEC_MEO_UEAPPCTX_002_NF());
execute(TC_MEC_MEO_UEAPPCTX_003_OK());
execute(TC_MEC_MEO_UEAPPCTX_003_NF());
execute(TC_MEC_MEO_UEAPPS_001_OK());
execute(TC_MEC_MEO_UEAPPS_001_BR());
execute(TC_MEC_MEO_UEAPPS_001_NF());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_001_OK());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_001_BR());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_002_OK());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_002_BR());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_002_NF());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_003_OK());
execute(TC_MEC_MEC016_MEO_UEAPPCTX_003_NF());
execute(TC_MEC_MEC016_MEO_UEAPPS_001_OK());
execute(TC_MEC_MEC016_MEO_UEAPPS_001_BR());
execute(TC_MEC_MEC016_MEO_UEAPPS_001_NF());
}
}
......@@ -116,10 +116,10 @@ module AtsMec_TestControl {
}
if (PICS_MEC_PLAT and PICS_BWMANAGEMENT_API_SUPPORTED) {
execute(TC_MEC_SRV_BWA_001_OK());
execute(TC_MEC_SRV_BWA_002_OK());
execute(TC_MEC_SRV_BWA_002_BR());
execute(TC_MEC_SRV_BWA_002_NF());
execute(TC_MEC_MEC015_SRV_TM_001_OK());
execute(TC_MEC_MEC015_SRV_TM_002_OK());
execute(TC_MEC_MEC015_SRV_TM_002_BR());
execute(TC_MEC_MEC015_SRV_TM_002_NF());
}
} // End of 'control' statement
......
......@@ -9,7 +9,7 @@
* All rights reserved.
* @see ETSI GS MEC 015, Draft ETSI GS MEC 015 V2.1.1 (2020-06)
*/
module AtsMec_BwManagementAPI_TestCases {
module AtsMec_TrafficManagementAPI_TestCases {
// Libcommon
import from LibCommon_Time all;
......@@ -23,11 +23,11 @@ module AtsMec_BwManagementAPI_TestCases {
import from LibItsHttp_JsonTemplates all;
import from LibItsHttp_TestSystem all;
// LibMec/BwManagementAPI
import from BwManagementAPI_TypesAndValues all;
import from BwManagementAPI_Templates all;
import from BwManagementAPI_Pics all;
import from BwManagementAPI_Pixits all;
// LibMec/TrafficManagementAPI
import from TrafficManagementAPI_TypesAndValues all;
import from TrafficManagementAPI_Templates all;
import from TrafficManagementAPI_Pics all;
import from TrafficManagementAPI_Pixits all;
// LibMec
import from LibMec_Templates all;
......@@ -42,7 +42,7 @@ module AtsMec_BwManagementAPI_TestCases {
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/Bandwidth/PlatBandwidthManager.tplan2
* @see hhttps://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs015-bandwith-mgmt-api/raw/master/BwManagementApi.yaml
*/
testcase TC_MEC_SRV_BWA_001_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC015_SRV_TM_001_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -93,14 +93,14 @@ module AtsMec_BwManagementAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_SRV_BWA_001_OK
} // End of testcase TC_MEC_MEC015_SRV_TM_001_OK
/**
* @desc Check that the IUT responds with a configured bandwidth allocation when queried by a MEC Application
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/Bandwidth/PlatBandwidthManager.tplan2
* @see hhttps://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs015-bandwith-mgmt-api/raw/master/BwManagementApi.yaml
*/
testcase TC_MEC_SRV_BWA_002_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC015_SRV_TM_002_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -153,14 +153,14 @@ module AtsMec_BwManagementAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_SRV_BWA_002_OK
} // End of testcase TC_MEC_MEC015_SRV_TM_002_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/Bandwidth/PlatBandwidthManager.tplan2
* @see hhttps://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs015-bandwith-mgmt-api/raw/master/BwManagementApi.yaml
*/
testcase TC_MEC_SRV_BWA_002_BR() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC015_SRV_TM_002_BR() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -213,14 +213,14 @@ module AtsMec_BwManagementAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_SRV_BWA_002_BR
} // End of testcase TC_MEC_MEC015_SRV_TM_002_BR
/**
* @desc Check that the IUT responds with an error when a request with an unknown resource URI is sent by a MEC Application
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/Bandwidth/PlatBandwidthManager.tplan2
* @see hhttps://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs015-bandwith-mgmt-api/raw/master/BwManagementApi.yaml
*/
testcase TC_MEC_SRV_BWA_002_NF() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC015_SRV_TM_002_NF() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -273,14 +273,14 @@ module AtsMec_BwManagementAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_SRV_BWA_002_NF
} // End of testcase TC_MEC_MEC015_SRV_TM_002_NF
/**
* @desc Check that the IUT responds with a registration and initialisation approval for the requested bandwidth requirements sent by a MEC Application
* @see https://forge.etsi.org/gitlab/mec/MEC-tests/blob/master/Test%20Purposes/Plat/Mp1/Bandwidth/PlatBandwidthManager.tplan2
* @see hhttps://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs015-bandwith-mgmt-api/raw/master/BwManagementApi.yaml
*/
testcase TC_MEC_SRV_BWA_003_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC015_SRV_TM_003_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -344,8 +344,8 @@ module AtsMec_BwManagementAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_SRV_BWA_003_OK
} // End of testcase TC_MEC_MEC015_SRV_TM_003_OK
} // End of group me_app_role
} // End of module AtsMec_BwManagementAPI_TestCases
} // End of module AtsMec_TrafficManagementAPI_TestCases
......@@ -38,7 +38,7 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
* @desc Check that the IUT acknowledges the creation of the application context when requested by an UE Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_001_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_001_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -106,13 +106,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_001_OK
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_001_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_001_BR() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_001_BR() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -167,13 +167,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_001_BR
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_001_BR
/**
* @desc Check that the IUT updates the application callback reference when commanded by an UE Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_002_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -232,13 +232,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_delete_ue_app_ctx();
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_002_OK
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_002_BR() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_BR() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -295,13 +295,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_002_BR
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_BR
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_002_NF() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_NF() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -358,13 +358,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_002_NF
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_002_NF
/**
* @desc Check that the IUT deletes the application context when commanded by an UE Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_003_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_003_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -411,13 +411,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_003_OK
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_003_OK
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPCTX/SysUeAppsContext.tplan2
*/
testcase TC_MEC_MEO_UEAPPCTX_003_NF() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPCTX_003_NF() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
......@@ -464,7 +464,7 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPCTX_003_NF
} // End of testcase TC_MEC_MEC016_MEO_UEAPPCTX_003_NF
} // End of group ue_app_ctx
......@@ -474,7 +474,7 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
* @desc Check that the IUT responds with the list of user applications available when requested by an UE Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPS/SysUeApplications.tplan2
*/
testcase TC_MEC_MEO_UEAPPS_001_OK() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPS_001_OK() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -526,13 +526,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_create_ue_app_ctx();
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPS_001_OK
} // End of testcase TC_MEC_MEC016_MEO_UEAPPS_001_OK
/**
* @desc Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPS/SysUeApplications.tplan2
*/
testcase TC_MEC_MEO_UEAPPS_001_BR() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPS_001_BR() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -581,13 +581,13 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_create_ue_app_ctx();
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPS_001_BR
} // End of testcase TC_MEC_MEC016_MEO_UEAPPS_001_BR
/**
* @desc Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application
* @see https://forge.etsi.org/rep/mec/gs032p2-test-purposes/blob/master/Test%20Purposes/MEO/UEAPPS/SysUeApplications.tplan2
*/
testcase TC_MEC_MEO_UEAPPS_001_NF() runs on HttpComponent system HttpTestAdapter {
testcase TC_MEC_MEC016_MEO_UEAPPS_001_NF() runs on HttpComponent system HttpTestAdapter {
// Local variables
var Headers v_headers;
var HttpMessage v_response;
......@@ -634,7 +634,7 @@ module AtsMec_UEAppInterfaceAPI_TestCases {
// Postamble
f_cf_01_http_down();
} // End of testcase TC_MEC_MEO_UEAPPS_001_NF
} // End of testcase TC_MEC_MEC016_MEO_UEAPPS_001_NF
} // End of group ue_apps
......
......@@ -4,7 +4,7 @@ sources := \
AtsMec_Ams_TestCases.ttcn \
AtsMec_AppEnablementAPI_TestCases.ttcn \
AtsMec_AppLCM_TestCases.ttcn \
AtsMec_BwManagementAPI_TestCases.ttcn \
AtsMec_TrafficManagementAPI_TestCases.ttcn \
AtsMec_Grant_TestCases.ttcn \
AtsMec_LocationAPI_TestCases.ttcn \
AtsMec_RadioNodeLocationAPI_TestCases.ttcn \
......@@ -24,7 +24,7 @@ modules := ../LibCommon \
../LibMec/Ams \
../LibMec/AppEna \
../LibMec/AppLCM \
../LibMec/BwManagementAPI \
../LibMec/TrafficManagementAPI \
../LibMec/Grant \
../LibMec/LocationAPI \
../LibMec/MeoPkgm \
......
sources := \
ttcn/BwManagementAPI_Pics.ttcn \
ttcn/BwManagementAPI_Pixits.ttcn \
ttcn/BwManagementAPI_Templates.ttcn \
ttcn/BwManagementAPI_TypesAndValues.ttcn
sources := \
ttcn/TrafficManagementAPI_Pics.ttcn \
ttcn/TrafficManagementAPI_Pixits.ttcn \
ttcn/TrafficManagementAPI_Templates.ttcn \
ttcn/TrafficManagementAPI_TypesAndValues.ttcn
module BwManagementAPI_Pics {
module TrafficManagementAPI_Pics {
/**
* @desc Does the IUT support BwManagementAPI?
* @desc Does the IUT support TrafficManagementAPI?
*/
modulepar boolean PICS_BWMANAGEMENT_API_SUPPORTED := true;
} // End of module BwManagementAPI_Pics
} // End of module TrafficManagementAPI_Pics
module BwManagementAPI_Pixits {
module TrafficManagementAPI_Pixits {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
......@@ -12,4 +12,4 @@ module BwManagementAPI_Pixits {
modulepar ResourceURL PX_RESOURCE_URL := "http://example.com/exampleAPI/location/v2/users?address:acr:192.0.0.1";
} // End of module BwManagementAPI_Pixits
} // End of module TrafficManagementAPI_Pixits
module BwManagementAPI_Templates {
module TrafficManagementAPI_Templates {
// JSON
import from JSON all;
......@@ -6,9 +6,9 @@ module BwManagementAPI_Templates {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
// LibMec/BwManagementAPI
import from BwManagementAPI_TypesAndValues all;
import from BwManagementAPI_Pixits all;
// LibMec/TrafficManagementAPI
import from TrafficManagementAPI_TypesAndValues all;
import from TrafficManagementAPI_Pixits all;
template (value) BwInfo m_bw_info(
in AppInsId p_appInsId := PX_APP_INSTANCE_ID,
......@@ -74,4 +74,4 @@ module BwManagementAPI_Templates {
allocationDirection := p_allocationDirection
} // End of template mw_bw_info_delta
} // End of module BwManagementAPI_Templates
} // End of module TrafficManagementAPI_Templates
module BwManagementAPI_TypesAndValues {
module TrafficManagementAPI_TypesAndValues {
// JSON
import from JSON all;
......@@ -261,4 +261,4 @@ supported by the TMS
} with {
encode "JSON"
} // End of module BwManagementAPI_TypesAndValues
} // End of module TrafficManagementAPI_TypesAndValues
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment