From 428afc3d58e72fccc28076556324c19c0a8b2334 Mon Sep 17 00:00:00 2001 From: rennoch Date: Tue, 16 Oct 2012 10:59:00 +0000 Subject: [PATCH] add PX_IMS_SUT_UE2_DISPLAY --- ttcn/LibIms_PIXITS.ttcn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ttcn/LibIms_PIXITS.ttcn b/ttcn/LibIms_PIXITS.ttcn index fc72ac6..c971159 100644 --- a/ttcn/LibIms_PIXITS.ttcn +++ b/ttcn/LibIms_PIXITS.ttcn @@ -115,6 +115,10 @@ group SUT_UE2 { /** @desc charstring for home(SUT) REGISTRAR domain of UE2 */ modulepar charstring PX_IMS_SUT_UE2_REGISTRAR := "registrar.sut.net"; + + /** @desc charstring for UE2 display name + */ + modulepar charstring PX_IMS_SUT_UE2_DISPLAY := "UE2@SUT"; } // end group SUT_UE2 group SUT_UE3 { -- GitLab