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

start of TTF033, added groups,...

parent ff9643d0
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -824,6 +824,41 @@ module LibNGAP_Templates {

    group Information_elements{
        group Send{/*m_ie_*/
            
            template GlobalRANNodeID m_ie_gRanNodeID := {

                globalGNB_ID  := {
                    pLMNIdentity  := '010001'O,
                    gNB_ID        := {gNB_ID:='0000000000000000000000'B},
                    iE_Extensions :=  omit
                }
            }//end of template m_ie_gRanNodeID
            
            template SupportedTAList  m_ie_supportedTAList:= {
                {
                    tAC               :=  '000001'O,
                    broadcastPLMNList := {
                        {
                            pLMNIdentity        :=  '000101'O,
                            tAISliceSupportList := {
                                {  
                                    s_NSSAI := {
                                         sST := '00'O,
                                         sD  := '000000'O,
                                         iE_Extensions := omit
                                        },
                                    iE_Extensions  :=omit
                                }
                            },
                            iE_Extensions  :=omit
                        }
                    },
                    iE_Extensions  :=omit
                }
            }//end of template m_ie_supportedTAList

            template PagingDRX  m_ie_defaultPagingDRX (PagingDRX p_drx:=v256):= p_drx;
            
        }
        group Receive{/*mw_ie_*/
        }