From 040d7debcef5de24d395c692735949d73cf96f15 Mon Sep 17 00:00:00 2001 From: schmitting Date: Thu, 10 Jul 2014 07:09:13 +0000 Subject: [PATCH] Removed remianing TODOs related to Security-Verify header as they are ATS specific and not lib specific --- ttcn/LibIms_Templates.ttcn | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/ttcn/LibIms_Templates.ttcn b/ttcn/LibIms_Templates.ttcn index 088a2ff..4691a8a 100644 --- a/ttcn/LibIms_Templates.ttcn +++ b/ttcn/LibIms_Templates.ttcn @@ -986,8 +986,8 @@ group PSTNTemplates { lLOctet6aHDLC := omit, lLOctet6aUserSpecific := omit, lLOctet6b := omit, - lLOctet7 := {layer3Identification := bit2str('10'B), //TODO check valueand if parameter is mandatory - userInfoLayer3Protocol := bit2str('10000'B)}, //TODO check value and if parameter is mandatory + lLOctet7 := {layer3Identification := bit2str('11'B), + userInfoLayer3Protocol := bit2str('00010'B)}, lLOctet7aUserSpecific := omit, lLOctet7aX25 := omit, lLOctet7bX25 := omit, @@ -1156,7 +1156,6 @@ group ResourceListsTemplates { group Ims3gppTemplates { - //TODO:check commented and below templates when test will be validated template TIMS3GPP mw_Ims_3gpp_CW := { version := 1.0, attr := ?, @@ -1170,25 +1169,6 @@ group Ims3gppTemplates { }, elem_list := ? } -// template TIMS3GPP mw_Ims_3gpp_CW := { -// version := 1.0, -// anyAttributes := ?, -// choice_1 := { -// alternative_service := { -// anyAttributes := ?, -// type_ := ?, -// reason := ?, -// action_ := { -// anyAttributes := ?, -// emergency_registration := *, -// call_waiting_indication := {}, -// any_1 := * -// }, -// any_1 := * -// } -// }, -// any_1 := * -// } } // end group Ims3gpp group CONFTemplates { -- GitLab