Commit f9eefafe authored by YannGarcia's avatar YannGarcia
Browse files

Replace references to G5 by RadioNetwork

parent c9748c79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ module LibItsBtp_TestSystem {
            group nt1Ports {

                /**
                 * @desc NT1 BTP Port (BTP/GeoNet/G5) 
                 * @desc NT1 BTP Port (BTP/GeoNet/RadioNetwork) 
                 */
                type port BtpPort message {
                    in BtpInd;
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ module LibItsCam_TestSystem language "TTCN-3:2010 Real Time and Performance Test
            group fa1Ports {
    
                /**
                 * @desc FA1 CAM Port (CAM/BTP/GeoNet/G5) 
                 * @desc FA1 CAM Port (CAM/BTP/GeoNet/RadioNetwork) 
                 */
                type port CamPort message {
                    in CamInd;
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ module LibItsDenm_TestSystem {
            group fa1Ports {
    
                /**
                 * @desc FA1 DENM Port (DENM/BTP/GeoNet/G5) 
                 * @desc FA1 DENM Port (DENM/BTP/GeoNet/RadioNetwork) 
                 */
                type port DenmPort message {
                    in DenmInd;
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ module LibItsGeoNetworking_TestSystem {
            group nt2Ports {
                
                /**
                 * @desc NT2 GeoNetworking Port (GeoNetworking/G5)
                 * @desc NT2 GeoNetworking Port (GeoNetworking/RadioNetwork)
                 */
                type port GeoNetworkingPort message {
                    in GeoNetworkingInd;
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ module LibItsIvim_TestSystem {
            group fa1Ports {
    
                /**
                 * @desc FA1 IVIM Port (IVIM/BTP/GeoNet/G5) 
                 * @desc FA1 IVIM Port (IVIM/BTP/GeoNet/RadioNetwork) 
                 */
                type port IvimPort message {
                    in IvimInd;
Loading