From b68292ff7715613a370a0d41e83c42713a19c26e Mon Sep 17 00:00:00 2001 From: pintar Date: Thu, 11 May 2017 15:35:16 +0000 Subject: [PATCH] iE_Extension parameter was missing in templates --- ttcn3/LibS1AP/LibS1AP_Templates.ttcn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ttcn3/LibS1AP/LibS1AP_Templates.ttcn b/ttcn3/LibS1AP/LibS1AP_Templates.ttcn index c5df1ab..2dc3a0d 100644 --- a/ttcn3/LibS1AP/LibS1AP_Templates.ttcn +++ b/ttcn3/LibS1AP/LibS1AP_Templates.ttcn @@ -1523,13 +1523,14 @@ module LibS1AP_Templates { template (present) E_RABToBeModifiedItemBearerModInd mw_E_RABToBeModifiedItemBearerModInd( - in E_RAB_ID p_e_RAB_ID := 0, + in template (value) E_RAB_ID p_e_RAB_ID := 0, in template (value) TransportLayerAddress p_transportLayerAddress := '0'B, in template (value) GTP_TEID p_dL_GTP_TEID := '00000000'O ) := { - e_RAB_ID := p_e_RAB_ID, + e_RAB_ID := p_e_RAB_ID, transportLayerAddress := p_transportLayerAddress, - dL_GTP_TEID := p_dL_GTP_TEID + dL_GTP_TEID := p_dL_GTP_TEID, + iE_Extensions := * } @@ -6625,7 +6626,8 @@ module LibS1AP_Templates { ) := { targeteNB_ID := p_target_eNB_ID, sourceeNB_ID := p_source_eNB_ID, - sONInformation := p_sONInformation + sONInformation := p_sONInformation, + iE_Extensions := * } // End of template mw_sON_Configuration_Transfer /**