daniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27198 )
Change subject: ranap: Add present constraint to rab_id receive templates ......................................................................
ranap: Add present constraint to rab_id receive templates
Change-Id: I0006c57b4879ae9678aeca58b8b025bdbe9cb022 --- M library/ranap/RANAP_Templates.ttcn 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/library/ranap/RANAP_Templates.ttcn b/library/ranap/RANAP_Templates.ttcn index 7f9731b..ca3e476 100644 --- a/library/ranap/RANAP_Templates.ttcn +++ b/library/ranap/RANAP_Templates.ttcn @@ -1259,7 +1259,7 @@ } } } } -template RAB_SetupOrModifyList tr_RAB_SML(template RAB_ID rab_id, +template RAB_SetupOrModifyList tr_RAB_SML(template (present) RAB_ID rab_id, template TransportLayerAddress tla, template BindingID binding_id) := { { { @@ -1311,7 +1311,7 @@ } } }
-template RAB_SetupOrModifiedList tr_RAB_SMdL(template RAB_ID rab_id, +template RAB_SetupOrModifiedList tr_RAB_SMdL(template (present) RAB_ID rab_id, template TransportLayerAddress tla, template BindingID binding_id) := { { { @@ -1445,7 +1445,7 @@ } } }
-template RAB_ReleaseList tr_RAB_RL(template RAB_ID rab_id, +template RAB_ReleaseList tr_RAB_RL(template (present) RAB_ID rab_id, template Cause cause := ?) := { { { id := id_RAB_ReleaseItem,
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.