Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ $ ln -sf module_mec.mk module.mk ```sh $ cd ../../.. $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ttcn $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn ``` - From the ETSI MEC Test System root directory, build the Docker image executing the following commands: Loading Loading @@ -301,7 +301,7 @@ $ ln -sf module_mec.mk module.mk ```sh $ cd /home/etsi/dev/gs032p3-ttcn-test-suite $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn ``` - Update your default environment with the content of the script $HOME/dev/gs032p3-ttcn-test-suite/scripts/devenv.bash.ubuntu Loading titan-test-system-framework @ 3c00b81c Original line number Diff line number Diff line Subproject commit b3e32ae45e559819ba3eab8ba748a03ff6fdd284 Subproject commit 3c00b81c1e158922c83ae0c0de5288631dd1a2be ttcn/LibMec/ttcn/LibMec_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -68,13 +68,13 @@ module LibMec_Pixits { modulepar charstring PX_MEC_SVC_MGMT_APPS_URI := "/mec_service_mgmt/v1/applications"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CURRENT_URI := "/mec_app_support/v1/timing/current_time"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CURRENT_URI := "//timing/current_time"; modulepar charstring PX_ME_APP_SUPPORT_URI := "/mec_app_support/v1/applications"; modulepar charstring PX_ME_APP_SUPPORT_URI := "/applications"; modulepar charstring PX_MEC_SVC_MGMT_SVC_URI := "/mec_service_mgmt/v1/services"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CAPS_URI := "/mec_app_support/v1/timing/timing_caps"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CAPS_URI := "//timing/timing_caps"; modulepar charstring PX_FAI_FA_INFO_URI := "/fai/v1/fa_info"; Loading ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.cc +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #endif #define AS_TCP_CHUNCK_SIZE 4096 #define AS_TCP_CHUNCK_SIZE 4096 + 1024 #define AS_SSL_CHUNCK_SIZE 16384 // Used for the 'address already in use' bug workaround #define AS_DEADLOCK_COUNTER 16 Loading ttcn/patch_lib_common_titan/LibCommon_BasicTypesAndValues.ttcn +32 −32 Original line number Diff line number Diff line Loading @@ -172,38 +172,38 @@ const integer c_int32Max := 2147483647; type integer Int; type integer Int1 (c_int1Min .. c_int1Max) with { variant "1 bit, COMP(2scompl)" }; type integer Int2 (c_int2Min .. c_int2Max) with { variant "2 bit, COMP(2scompl)" }; type integer Int3 (c_int3Min .. c_int3Max) with { variant "3 bit, COMP(2scompl)" }; type integer Int4 (c_int4Min .. c_int4Max) with { variant "4 bit, COMP(2scompl)" }; type integer Int5 (c_int5Min .. c_int5Max) with { variant "5 bit, COMP(2scompl)" }; type integer Int6 (c_int6Min .. c_int6Max) with { variant "6 bit, COMP(2scompl)" }; type integer Int7 (c_int7Min .. c_int7Max) with { variant "7 bit, COMP(2scompl)" }; type integer Int8 (c_int8Min .. c_int8Max) with { variant "8 bit, COMP(2scompl)" }; type integer Int9 (c_int9Min .. c_int9Max) with { variant "9 bit, COMP(2scompl)" }; type integer Int10 (c_int10Min .. c_int10Max) with { variant "10 bit, COMP(2scompl)" }; type integer Int11 (c_int11Min .. c_int11Max) with { variant "11 bit, COMP(2scompl)" }; type integer Int12 (c_int12Min .. c_int12Max) with { variant "12 bit, COMP(2scompl)" }; type integer Int13 (c_int13Min .. c_int13Max) with { variant "13 bit, COMP(2scompl)" }; type integer Int14 (c_int14Min .. c_int14Max) with { variant "14 bit, COMP(2scompl)" }; type integer Int15 (c_int15Min .. c_int15Max) with { variant "15 bit, COMP(2scompl)" }; type integer Int16 (c_int16Min .. c_int16Max) with { variant "16 bit, COMP(2scompl)" }; type integer Int17 (c_int17Min .. c_int17Max) with { variant "17 bit, COMP(2scompl)" }; type integer Int18 (c_int18Min .. c_int18Max) with { variant "18 bit, COMP(2scompl)" }; type integer Int19 (c_int19Min .. c_int19Max) with { variant "19 bit, COMP(2scompl)" }; type integer Int20 (c_int20Min .. c_int20Max) with { variant "20 bit, COMP(2scompl)" }; type integer Int21 (c_int21Min .. c_int21Max) with { variant "21 bit, COMP(2scompl)" }; type integer Int22 (c_int22Min .. c_int22Max) with { variant "22 bit, COMP(2scompl)" }; type integer Int23 (c_int23Min .. c_int23Max) with { variant "23 bit, COMP(2scompl)" }; type integer Int24 (c_int24Min .. c_int24Max) with { variant "24 bit, COMP(2scompl)" }; type integer Int25 (c_int25Min .. c_int25Max) with { variant "25 bit, COMP(2scompl)" }; type integer Int26 (c_int26Min .. c_int26Max) with { variant "26 bit, COMP(2scompl)" }; type integer Int27 (c_int27Min .. c_int27Max) with { variant "27 bit, COMP(2scompl)" }; type integer Int28 (c_int28Min .. c_int28Max) with { variant "28 bit, COMP(2scompl)" }; type integer Int29 (c_int29Min .. c_int29Max) with { variant "29 bit, COMP(2scompl)" }; type integer Int30 (c_int30Min .. c_int30Max) with { variant "30 bit, COMP(2scompl)" }; type integer Int31 (c_int31Min .. c_int31Max) with { variant "31 bit, COMP(2scompl)" }; type integer Int32 (c_int32Min .. c_int32Max) with { variant "32 bit, COMP(2scompl)" }; type integer Int1 (c_int1Min .. c_int1Max) with { variant "1 bit"}; type integer Int2 (c_int2Min .. c_int2Max) with { variant "2 bit"}; type integer Int3 (c_int3Min .. c_int3Max) with { variant "3 bit"}; type integer Int4 (c_int4Min .. c_int4Max) with { variant "4 bit"}; type integer Int5 (c_int5Min .. c_int5Max) with { variant "5 bit"}; type integer Int6 (c_int6Min .. c_int6Max) with { variant "6 bit"}; type integer Int7 (c_int7Min .. c_int7Max) with { variant "7 bit"}; type integer Int8 (c_int8Min .. c_int8Max) with { variant "8 bit"}; type integer Int9 (c_int9Min .. c_int9Max) with { variant "9 bit"}; type integer Int10 (c_int10Min .. c_int10Max) with { variant "10 bit"}; type integer Int11 (c_int11Min .. c_int11Max) with { variant "11 bit"}; type integer Int12 (c_int12Min .. c_int12Max) with { variant "12 bit"}; type integer Int13 (c_int13Min .. c_int13Max) with { variant "13 bit"}; type integer Int14 (c_int14Min .. c_int14Max) with { variant "14 bit"}; type integer Int15 (c_int15Min .. c_int15Max) with { variant "15 bit"}; type integer Int16 (c_int16Min .. c_int16Max) with { variant "16 bit"}; type integer Int17 (c_int17Min .. c_int17Max) with { variant "17 bit"}; type integer Int18 (c_int18Min .. c_int18Max) with { variant "18 bit"}; type integer Int19 (c_int19Min .. c_int19Max) with { variant "19 bit"}; type integer Int20 (c_int20Min .. c_int20Max) with { variant "20 bit"}; type integer Int21 (c_int21Min .. c_int21Max) with { variant "21 bit"}; type integer Int22 (c_int22Min .. c_int22Max) with { variant "22 bit"}; type integer Int23 (c_int23Min .. c_int23Max) with { variant "23 bit"}; type integer Int24 (c_int24Min .. c_int24Max) with { variant "24 bit"}; type integer Int25 (c_int25Min .. c_int25Max) with { variant "25 bit"}; type integer Int26 (c_int26Min .. c_int26Max) with { variant "26 bit"}; type integer Int27 (c_int27Min .. c_int27Max) with { variant "27 bit"}; type integer Int28 (c_int28Min .. c_int28Max) with { variant "28 bit"}; type integer Int29 (c_int29Min .. c_int29Max) with { variant "29 bit"}; type integer Int30 (c_int30Min .. c_int30Max) with { variant "30 bit"}; type integer Int31 (c_int31Min .. c_int31Max) with { variant "31 bit"}; type integer Int32 (c_int32Min .. c_int32Max) with { variant "32 bit"}; } // end group signedIntegerDefintions Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ $ ln -sf module_mec.mk module.mk ```sh $ cd ../../.. $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ttcn $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn ``` - From the ETSI MEC Test System root directory, build the Docker image executing the following commands: Loading Loading @@ -301,7 +301,7 @@ $ ln -sf module_mec.mk module.mk ```sh $ cd /home/etsi/dev/gs032p3-ttcn-test-suite $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn ``` - Update your default environment with the content of the script $HOME/dev/gs032p3-ttcn-test-suite/scripts/devenv.bash.ubuntu Loading
titan-test-system-framework @ 3c00b81c Original line number Diff line number Diff line Subproject commit b3e32ae45e559819ba3eab8ba748a03ff6fdd284 Subproject commit 3c00b81c1e158922c83ae0c0de5288631dd1a2be
ttcn/LibMec/ttcn/LibMec_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -68,13 +68,13 @@ module LibMec_Pixits { modulepar charstring PX_MEC_SVC_MGMT_APPS_URI := "/mec_service_mgmt/v1/applications"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CURRENT_URI := "/mec_app_support/v1/timing/current_time"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CURRENT_URI := "//timing/current_time"; modulepar charstring PX_ME_APP_SUPPORT_URI := "/mec_app_support/v1/applications"; modulepar charstring PX_ME_APP_SUPPORT_URI := "/applications"; modulepar charstring PX_MEC_SVC_MGMT_SVC_URI := "/mec_service_mgmt/v1/services"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CAPS_URI := "/mec_app_support/v1/timing/timing_caps"; modulepar charstring PX_ME_APP_SUPPORT_TIMING_CAPS_URI := "//timing/timing_caps"; modulepar charstring PX_FAI_FA_INFO_URI := "/fai/v1/fa_info"; Loading
ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.cc +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #endif #define AS_TCP_CHUNCK_SIZE 4096 #define AS_TCP_CHUNCK_SIZE 4096 + 1024 #define AS_SSL_CHUNCK_SIZE 16384 // Used for the 'address already in use' bug workaround #define AS_DEADLOCK_COUNTER 16 Loading
ttcn/patch_lib_common_titan/LibCommon_BasicTypesAndValues.ttcn +32 −32 Original line number Diff line number Diff line Loading @@ -172,38 +172,38 @@ const integer c_int32Max := 2147483647; type integer Int; type integer Int1 (c_int1Min .. c_int1Max) with { variant "1 bit, COMP(2scompl)" }; type integer Int2 (c_int2Min .. c_int2Max) with { variant "2 bit, COMP(2scompl)" }; type integer Int3 (c_int3Min .. c_int3Max) with { variant "3 bit, COMP(2scompl)" }; type integer Int4 (c_int4Min .. c_int4Max) with { variant "4 bit, COMP(2scompl)" }; type integer Int5 (c_int5Min .. c_int5Max) with { variant "5 bit, COMP(2scompl)" }; type integer Int6 (c_int6Min .. c_int6Max) with { variant "6 bit, COMP(2scompl)" }; type integer Int7 (c_int7Min .. c_int7Max) with { variant "7 bit, COMP(2scompl)" }; type integer Int8 (c_int8Min .. c_int8Max) with { variant "8 bit, COMP(2scompl)" }; type integer Int9 (c_int9Min .. c_int9Max) with { variant "9 bit, COMP(2scompl)" }; type integer Int10 (c_int10Min .. c_int10Max) with { variant "10 bit, COMP(2scompl)" }; type integer Int11 (c_int11Min .. c_int11Max) with { variant "11 bit, COMP(2scompl)" }; type integer Int12 (c_int12Min .. c_int12Max) with { variant "12 bit, COMP(2scompl)" }; type integer Int13 (c_int13Min .. c_int13Max) with { variant "13 bit, COMP(2scompl)" }; type integer Int14 (c_int14Min .. c_int14Max) with { variant "14 bit, COMP(2scompl)" }; type integer Int15 (c_int15Min .. c_int15Max) with { variant "15 bit, COMP(2scompl)" }; type integer Int16 (c_int16Min .. c_int16Max) with { variant "16 bit, COMP(2scompl)" }; type integer Int17 (c_int17Min .. c_int17Max) with { variant "17 bit, COMP(2scompl)" }; type integer Int18 (c_int18Min .. c_int18Max) with { variant "18 bit, COMP(2scompl)" }; type integer Int19 (c_int19Min .. c_int19Max) with { variant "19 bit, COMP(2scompl)" }; type integer Int20 (c_int20Min .. c_int20Max) with { variant "20 bit, COMP(2scompl)" }; type integer Int21 (c_int21Min .. c_int21Max) with { variant "21 bit, COMP(2scompl)" }; type integer Int22 (c_int22Min .. c_int22Max) with { variant "22 bit, COMP(2scompl)" }; type integer Int23 (c_int23Min .. c_int23Max) with { variant "23 bit, COMP(2scompl)" }; type integer Int24 (c_int24Min .. c_int24Max) with { variant "24 bit, COMP(2scompl)" }; type integer Int25 (c_int25Min .. c_int25Max) with { variant "25 bit, COMP(2scompl)" }; type integer Int26 (c_int26Min .. c_int26Max) with { variant "26 bit, COMP(2scompl)" }; type integer Int27 (c_int27Min .. c_int27Max) with { variant "27 bit, COMP(2scompl)" }; type integer Int28 (c_int28Min .. c_int28Max) with { variant "28 bit, COMP(2scompl)" }; type integer Int29 (c_int29Min .. c_int29Max) with { variant "29 bit, COMP(2scompl)" }; type integer Int30 (c_int30Min .. c_int30Max) with { variant "30 bit, COMP(2scompl)" }; type integer Int31 (c_int31Min .. c_int31Max) with { variant "31 bit, COMP(2scompl)" }; type integer Int32 (c_int32Min .. c_int32Max) with { variant "32 bit, COMP(2scompl)" }; type integer Int1 (c_int1Min .. c_int1Max) with { variant "1 bit"}; type integer Int2 (c_int2Min .. c_int2Max) with { variant "2 bit"}; type integer Int3 (c_int3Min .. c_int3Max) with { variant "3 bit"}; type integer Int4 (c_int4Min .. c_int4Max) with { variant "4 bit"}; type integer Int5 (c_int5Min .. c_int5Max) with { variant "5 bit"}; type integer Int6 (c_int6Min .. c_int6Max) with { variant "6 bit"}; type integer Int7 (c_int7Min .. c_int7Max) with { variant "7 bit"}; type integer Int8 (c_int8Min .. c_int8Max) with { variant "8 bit"}; type integer Int9 (c_int9Min .. c_int9Max) with { variant "9 bit"}; type integer Int10 (c_int10Min .. c_int10Max) with { variant "10 bit"}; type integer Int11 (c_int11Min .. c_int11Max) with { variant "11 bit"}; type integer Int12 (c_int12Min .. c_int12Max) with { variant "12 bit"}; type integer Int13 (c_int13Min .. c_int13Max) with { variant "13 bit"}; type integer Int14 (c_int14Min .. c_int14Max) with { variant "14 bit"}; type integer Int15 (c_int15Min .. c_int15Max) with { variant "15 bit"}; type integer Int16 (c_int16Min .. c_int16Max) with { variant "16 bit"}; type integer Int17 (c_int17Min .. c_int17Max) with { variant "17 bit"}; type integer Int18 (c_int18Min .. c_int18Max) with { variant "18 bit"}; type integer Int19 (c_int19Min .. c_int19Max) with { variant "19 bit"}; type integer Int20 (c_int20Min .. c_int20Max) with { variant "20 bit"}; type integer Int21 (c_int21Min .. c_int21Max) with { variant "21 bit"}; type integer Int22 (c_int22Min .. c_int22Max) with { variant "22 bit"}; type integer Int23 (c_int23Min .. c_int23Max) with { variant "23 bit"}; type integer Int24 (c_int24Min .. c_int24Max) with { variant "24 bit"}; type integer Int25 (c_int25Min .. c_int25Max) with { variant "25 bit"}; type integer Int26 (c_int26Min .. c_int26Max) with { variant "26 bit"}; type integer Int27 (c_int27Min .. c_int27Max) with { variant "27 bit"}; type integer Int28 (c_int28Min .. c_int28Max) with { variant "28 bit"}; type integer Int29 (c_int29Min .. c_int29Max) with { variant "29 bit"}; type integer Int30 (c_int30Min .. c_int30Max) with { variant "30 bit"}; type integer Int31 (c_int31Min .. c_int31Max) with { variant "31 bit"}; type integer Int32 (c_int32Min .. c_int32Max) with { variant "32 bit"}; } // end group signedIntegerDefintions Loading