Loading DiameterS9/ttcn/DiameterS9_TestSystem.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ module DiameterS9_TestSystem { ** @desc The test system interface */ type component TestAdapter { port DiameterPort V_PCRF_S9, H_PCRF_S9; port DiameterPort PCEF_Gx, BBERF_Gxx; // Gx and Gxx only port DiameterPort V_PCRF_S9, H_PCRF_S9; // S9 ports port DiameterPort PCEF_Gx, BBERF_Gxx1, BBERF_Gxx2; // one Gx and dwo Gxx ports //port DiameterPort AF_Rx; // Rx only if needed later on //global variables Loading Loading
DiameterS9/ttcn/DiameterS9_TestSystem.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ module DiameterS9_TestSystem { ** @desc The test system interface */ type component TestAdapter { port DiameterPort V_PCRF_S9, H_PCRF_S9; port DiameterPort PCEF_Gx, BBERF_Gxx; // Gx and Gxx only port DiameterPort V_PCRF_S9, H_PCRF_S9; // S9 ports port DiameterPort PCEF_Gx, BBERF_Gxx1, BBERF_Gxx2; // one Gx and dwo Gxx ports //port DiameterPort AF_Rx; // Rx only if needed later on //global variables Loading