Loading ttcn/LibDiameter_Templates.ttcn +2 −2 Original line number Diff line number Diff line /** * @author STF 434 * @version $Id:$ * @version $Id$ * @desc This module defines Diameter Templates for message, header, and * structured types. <br> * Note that any changes made to the definitions in this module Loading @@ -17,7 +17,7 @@ module LibDiameter_Templates { import from LibCommon_DataStrings {type Bit8;}//all; group Constants{//move them into Type module group Constants{//move constants into Type module const integer c_versionId := 1; const integer c_applidCommonMsg := 0; //For DWR, DWA const integer c_applidSip := 16777216; //For other messages 16777216 (Vendor specific applications = 16777216 - 4294967294(0x01000000-0xfffffffe)) Loading Loading
ttcn/LibDiameter_Templates.ttcn +2 −2 Original line number Diff line number Diff line /** * @author STF 434 * @version $Id:$ * @version $Id$ * @desc This module defines Diameter Templates for message, header, and * structured types. <br> * Note that any changes made to the definitions in this module Loading @@ -17,7 +17,7 @@ module LibDiameter_Templates { import from LibCommon_DataStrings {type Bit8;}//all; group Constants{//move them into Type module group Constants{//move constants into Type module const integer c_versionId := 1; const integer c_applidCommonMsg := 0; //For DWR, DWA const integer c_applidSip := 16777216; //For other messages 16777216 (Vendor specific applications = 16777216 - 4294967294(0x01000000-0xfffffffe)) Loading