Loading ttcn/LibDiameter_Interface.ttcn +1 −27 Original line number Diff line number Diff line Loading @@ -16,33 +16,7 @@ module LibDiameter_Interface import from LibDiameter_TypesAndValues all; type port DiameterPort message { inout //RFC 3588 CER_MSG,CEA_MSG, RAR_MSG,RAA_MSG, ACR_MSG,ACA_MSG, ASR_MSG,ASA_MSG, STR_MSG,STA_MSG, DWR_MSG,DWA_MSG, DPR_MSG,DPA_MSG, //RFC4740 UAR_MSG,UAA_MSG, SAR_MSG,SAA_MSG, LIR_MSG,LIA_MSG, MAR_MSG,MAA_MSG, RTR_MSG,RTA_MSG, PPR_MSG,PPA_MSG, //Sh interface UDR_MSG,UDA_MSG, PUR_MSG,PUA_MSG, SNR_MSG,SNA_MSG, PNR_MSG,PNA_MSG, //RFC4006 CCR_MSG,CCA_MSG, //Rx interface /*AAR_MSG, AAA_MSG, */ UNKNOWN_MSG} with { extension "address" }; inout Lower_Layer_Primitive}; //LLP with DIAMETER_MSG type component DiameterComponent { Loading Loading
ttcn/LibDiameter_Interface.ttcn +1 −27 Original line number Diff line number Diff line Loading @@ -16,33 +16,7 @@ module LibDiameter_Interface import from LibDiameter_TypesAndValues all; type port DiameterPort message { inout //RFC 3588 CER_MSG,CEA_MSG, RAR_MSG,RAA_MSG, ACR_MSG,ACA_MSG, ASR_MSG,ASA_MSG, STR_MSG,STA_MSG, DWR_MSG,DWA_MSG, DPR_MSG,DPA_MSG, //RFC4740 UAR_MSG,UAA_MSG, SAR_MSG,SAA_MSG, LIR_MSG,LIA_MSG, MAR_MSG,MAA_MSG, RTR_MSG,RTA_MSG, PPR_MSG,PPA_MSG, //Sh interface UDR_MSG,UDA_MSG, PUR_MSG,PUA_MSG, SNR_MSG,SNA_MSG, PNR_MSG,PNA_MSG, //RFC4006 CCR_MSG,CCA_MSG, //Rx interface /*AAR_MSG, AAA_MSG, */ UNKNOWN_MSG} with { extension "address" }; inout Lower_Layer_Primitive}; //LLP with DIAMETER_MSG type component DiameterComponent { Loading