Commit ef86cbed authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added IE templates

parent 2d561fe4
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
@@ -1369,7 +1369,17 @@ module LibNGAP_Templates {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION GlobalCable_ID_new_ExtIEs   (?);
            //  type    record  GlobalENB_ID    {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION GlobalENB_ID_ExtIEs (?);
            
            //  type    record  GlobalGNB_ID    {
            template GlobalGNB_ID m_ie_globalGnbId(
                                               in template PLMNIdentity p_plmnId,
                                               in template GNB_ID p_gnbId
            ):={
                pLMNIdentity  := p_plmnId,//'010001'O,
                gNB_ID        := {gNB_ID:=p_gnbId/*'0000000000000000000000'B*/},
                iE_Extensions:= omit
            }//end of template m_ie_globalGnbId
            
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION GlobalGNB_ID_ExtIEs (?);
            //  type    record  GlobalN3IWF_ID  {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION GlobalN3IWF_ID_ExtIEs   (?);
@@ -1380,12 +1390,15 @@ module LibNGAP_Templates {
            //  type    NGAP_Containers.NGAP_PROTOCOL_EXTENSION GlobalNgENB_ID_ExtIEs   (?);
     
            //  type    union   GlobalRANNodeID {
            template GlobalRANNodeID m_ie_gRanNodeID := {
	            globalGNB_ID  := {
	                pLMNIdentity  := '010001'O,
	                gNB_ID        := {gNB_ID:='0000000000000000000000'B},
	                iE_Extensions :=  omit
                }
            template GlobalRANNodeID m_ie_gRanNodeID (
                                                 in template GlobalGNB_ID p_gGnbId
            ):={
	            globalGNB_ID  := p_gGnbId
//	            {
//	                pLMNIdentity  := p_plmnId,//'010001'O,
//	                gNB_ID        := {gNB_ID:=p_gnbId/*'0000000000000000000000'B*/},
//	                iE_Extensions :=  omit
//                }
            }//end of template m_ie_gRanNodeID

            //  type    NGAP_Containers.NGAP_PROTOCOL_IES   GlobalRANNodeID_ExtIEs  (