Loading ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -450,6 +450,21 @@ module LibNg112_Pixits { } // End of group SUT_UE1 group SUT_BCF { /** @desc charstring for SUT - BCF IP address to exchange SIP messages - connection point for PSAP */ modulepar charstring PX_IMS_SUT_BCF_IPADDR := "172.31.10.8"; /** @desc integer for SUT - BCF port number to exchange SIP messages - connection point for PSAP */ modulepar integer PX_IMS_SUT_BCF_PORT := 5060; /** @desc charstring for SUT/BCF domain */ modulepar charstring PX_IMS_SUT_BCF_HOME_DOMAIN := "bcf22.sut.net"; } // End of group SUT_UE1 group SUT_IMGCF { /** @desc charstring for SUT/I-MGCF IP address to exchange SIP messages */ Loading Loading
ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -450,6 +450,21 @@ module LibNg112_Pixits { } // End of group SUT_UE1 group SUT_BCF { /** @desc charstring for SUT - BCF IP address to exchange SIP messages - connection point for PSAP */ modulepar charstring PX_IMS_SUT_BCF_IPADDR := "172.31.10.8"; /** @desc integer for SUT - BCF port number to exchange SIP messages - connection point for PSAP */ modulepar integer PX_IMS_SUT_BCF_PORT := 5060; /** @desc charstring for SUT/BCF domain */ modulepar charstring PX_IMS_SUT_BCF_HOME_DOMAIN := "bcf22.sut.net"; } // End of group SUT_UE1 group SUT_IMGCF { /** @desc charstring for SUT/I-MGCF IP address to exchange SIP messages */ Loading