LibNGAP_Templates.ttcn 1.42 MB
Newer Older
6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440
            } // End of template m_mBSSessionSetupOrModRequestTransfer

            template (value) MBSSessionSetupOrModRequestTransfer.protocolIEs m_mBSSessionSetupOrModRequestTransfer_id_MBS_SessionTNLInfo5GC(
                                                                                                                                            in template (value) MBS_SessionTNLInfo5GC p_mBS_SessionTNLInfo5GC
                                                                                                                                            ) := {
                { 
                    id          := id_MBS_SessionTNLInfo5GC,
                    criticality := reject,
                    value_      := { MBS_SessionTNLInfo5GC := p_mBS_SessionTNLInfo5GC }	
                }
            } // End of template m_mBSSessionSetupOrModRequestTransfer_id_MBS_SessionTNLInfo5GC

            template (value) MBSSessionSetupOrModRequestTransfer.protocolIEs m_mBSSessionSetupOrModRequestTransfer_id_MBS_QoSFlowsToBeSetupModList(
                                                                                                                                                   in template (value) MBS_QoSFlowsToBeSetupList p_mBS_QoSFlowsToBeSetupList
                                                                                                                                                   ) := {
                { 
                    id          := id_MBS_QoSFlowsToBeSetupModList,
                    criticality := reject,
                    value_      := { MBS_QoSFlowsToBeSetupList := p_mBS_QoSFlowsToBeSetupList }	
                }
            } // End of template m_mBSSessionSetupOrModRequestTransfer_id_MBS_QoSFlowsToBeSetupModList

            template (value) MBSSessionSetupOrModRequestTransfer.protocolIEs m_mBSSessionSetupOrModRequestTransfer_id_MBS_SessionFSAIDList(
                                                                                                                                           in template (value) MBS_SessionFSAIDList p_mBS_SessionFSAIDList
                                                                                                                                           ) := {
                { 
                    id          := id_MBS_SessionFSAIDList,
                    criticality := ignore,
                    value_      := { MBS_SessionFSAIDList := p_mBS_SessionFSAIDList }	
                }
            } // End of template m_mBSSessionSetupOrModRequestTransfer_id_MBS_SessionFSAIDList

            template (omit) MBSSessionReleaseResponseTransfer m_mBSSessionReleaseResponseTransfer(
                                                                                                  in template (omit) MBS_SessionTNLInfoNGRAN p_mBS_SessionTNLInfoNGRAN := omit,
                                                                                                  in template (omit) MBSSessionReleaseResponseTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                  ) := {
                mBS_SessionTNLInfoNGRAN := p_mBS_SessionTNLInfoNGRAN,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_mBSSessionReleaseResponseTransfer

            template (omit) MBSSessionSetupOrModResponseTransfer m_mBSSessionSetupOrModResponseTransfer(
                                                                                                        in template (omit) MBS_SessionTNLInfoNGRAN p_mBS_SessionTNLInfoNGRAN := omit,
                                                                                                        in template (omit) MBSSessionSetupOrModResponseTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                mBS_SessionTNLInfoNGRAN := p_mBS_SessionTNLInfoNGRAN,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_mBSSessionSetupOrModResponseTransfer

            template (value) MBS_SupportIndicator m_mBS_SupportIndicator(in MBS_SupportIndicator p_value := true_) := p_value;

            template (value) MBS_SessionTNLInfo5GC m_mBS_SessionTNLInfo5GC_locationindependent(
                                                                                             in template (value) SharedNGU_MulticastTNLInformation p_locationindependent
                                                                                             ) := {
                locationindependent := p_locationindependent
            } // End of template m_mBS_SessionTNLInfo5GC_locationindependent

            template (value) MBS_SessionTNLInfo5GC m_mBS_SessionTNLInfo5GC_locationdependent(
                                                                                             in template (value) MBS_SessionTNLInfo5GCList p_locationdependent
                                                                                             ) := {
                locationdependent := p_locationdependent
            } // End of template m_mBS_SessionTNLInfo5GC_locationdependent

            template (value) MBS_SessionTNLInfo5GC m_mBS_SessionTNLInfo5GC_choice_Extensions(
                                                                                             in template (value) MBS_SessionTNLInfo5GC.choice_Extensions p_choice_Extensions
                                                                                             ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mBS_SessionTNLInfo5GC_choice_Extensions

            template (omit) MBS_SessionTNLInfo5GCItem m_mBS_SessionTNLInfo5GCItem(
                                                                                  in template (value) MBS_AreaSessionID p_mBS_AreaSessionID,
                                                                                  in template (value) SharedNGU_MulticastTNLInformation p_sharedNGU_MulticastTNLInformation,
                                                                                  in template (omit) MBS_SessionTNLInfo5GCItem.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                mBS_AreaSessionID                 := p_mBS_AreaSessionID,
                sharedNGU_MulticastTNLInformation := p_sharedNGU_MulticastTNLInformation,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_mBS_SessionTNLInfo5GCItem

            template (value) MBS_SessionTNLInfoNGRAN m_mBS_SessionTNLInfoNGRAN_locationindependent(
                                                                                                   in template (value) UPTransportLayerInformation p_locationindependent
                                                                                                   ) := {
                locationindependent := p_locationindependent
            } // End of template m_mBS_SessionTNLInfoNGRAN_locationindependent

            template (value) MBS_SessionTNLInfoNGRAN m_mBS_SessionTNLInfoNGRAN_locationdependent(
                                                                                                 in template (value) MBS_SessionTNLInfoNGRANList p_locationdependent
                                                                                                 ) := {
                locationdependent := p_locationdependent
            } // End of template m_mBS_SessionTNLInfoNGRAN_locationdependent

            template (value) MBS_SessionTNLInfoNGRAN m_mBS_SessionTNLInfoNGRAN_choice_Extensions(
                                                                                                 in template (value) MBS_SessionTNLInfoNGRAN.choice_Extensions p_choice_Extensions
                                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mBS_SessionTNLInfoNGRAN_choice_Extensions

            template (omit) MBS_SessionTNLInfoNGRANItem m_mBS_SessionTNLInfoNGRANItem(
                                                                                      in template (value) MBS_AreaSessionID p_mBS_AreaSessionID,
                                                                                      in template (omit) UPTransportLayerInformation p_sharedNGU_UnicastTNLInformation := omit,
                                                                                      in template (omit) MBS_SessionTNLInfoNGRANItem.iE_Extensions p_iE_Extensions := omit
                                                                                      ) := {
                mBS_AreaSessionID               := p_mBS_AreaSessionID,
                sharedNGU_UnicastTNLInformation := p_sharedNGU_UnicastTNLInformation,
                iE_Extensions                   := p_iE_Extensions
            } // End of template m_mBS_SessionTNLInfoNGRANItem

            template (omit) MBS_DistributionReleaseRequestTransfer m_mBS_DistributionReleaseRequestTransfer(
                                                                                                            in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                            in template (value) Cause p_cause,
                                                                                                            in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                            in template (omit) UPTransportLayerInformation p_sharedNGU_UnicastTNLInformation := omit,
                                                                                                            in template (omit) MBS_DistributionReleaseRequestTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                            ) := {
                mBS_SessionID                   := p_mBS_SessionID,
                mBS_AreaSessionID               := p_mBS_AreaSessionID,
                sharedNGU_UnicastTNLInformation := p_sharedNGU_UnicastTNLInformation,
                cause                           := p_cause,
                iE_Extensions                   := p_iE_Extensions
            } // End of template m_mBS_DistributionReleaseRequestTransfer

            template (omit) MBS_DistributionSetupRequestTransfer m_mBS_DistributionSetupRequestTransfer(
                                                                                                        in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                        in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                        in template (omit) UPTransportLayerInformation p_sharedNGU_UnicastTNLInformation := omit,
                                                                                                        in template (omit) MBS_DistributionSetupRequestTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                mBS_SessionID                   := p_mBS_SessionID,
                mBS_AreaSessionID               := p_mBS_AreaSessionID,
                sharedNGU_UnicastTNLInformation := p_sharedNGU_UnicastTNLInformation,
                iE_Extensions                   := p_iE_Extensions
            } // End of template m_mBS_DistributionSetupRequestTransfer

            template (omit) MBS_DistributionSetupResponseTransfer m_mBS_DistributionSetupResponseTransfer(
                                                                                                          in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                          in template (value) MBS_QoSFlowsToBeSetupList p_mBS_QoSFlowsToBeSetupList,
                                                                                                          in template (value) MBSSessionStatus p_mBSSessionStatus,
                                                                                                          in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                          in template (omit) MBS_SessionTNLInfo5GCItem p_sharedNGU_MulticastTNLInformation := omit,
                                                                                                          in template (omit) MBS_ServiceArea p_mBS_ServiceArea := omit,
                                                                                                          in template (omit) MBS_DistributionSetupResponseTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                          ) := {
                mBS_SessionID                     := p_mBS_SessionID,
                mBS_AreaSessionID                 := p_mBS_AreaSessionID,
                sharedNGU_MulticastTNLInformation := p_sharedNGU_MulticastTNLInformation,
                mBS_QoSFlowsToBeSetupList         := p_mBS_QoSFlowsToBeSetupList,
                mBSSessionStatus                  := p_mBSSessionStatus,
                mBS_ServiceArea                   := p_mBS_ServiceArea,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_mBS_DistributionSetupResponseTransfer

            template (omit) MBS_DistributionSetupUnsuccessfulTransfer m_mBS_DistributionSetupUnsuccessfulTransfer(
                                                                                                                  in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                                  in template (value) Cause p_cause,
                                                                                                                  in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                                  in template (omit) CriticalityDiagnostics p_criticalityDiagnostics := omit,
                                                                                                                  in template (omit) MBS_DistributionSetupUnsuccessfulTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                                  ) := {
                mBS_SessionID          := p_mBS_SessionID,
                mBS_AreaSessionID      := p_mBS_AreaSessionID,
                cause                  := p_cause,
                criticalityDiagnostics := p_criticalityDiagnostics,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_mBS_DistributionSetupUnsuccessfulTransfer

           template (omit) MBSSessionSetupRequestItem m_mBSSessionSetupRequestItem(
                                                                                   in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                   in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                   in template (omit) AssociatedMBSQosFlowSetupRequestList p_associatedMBSQosFlowSetupRequestList := omit,
                                                                                   in template (omit) MBSSessionSetupRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                                   ):= {
                mBS_SessionID                        := p_mBS_SessionID,
                mBS_AreaSessionID                    := p_mBS_AreaSessionID,
                associatedMBSQosFlowSetupRequestList := p_associatedMBSQosFlowSetupRequestList,
                iE_Extensions                        := p_iE_Extensions
            } // End of template m_mBSSessionSetupRequestItem

            template (omit) MBSSessionSetuporModifyRequestItem m_mBSSessionSetuporModifyRequestItem(
                                                                                                    in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                    in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                    in template (omit) AssociatedMBSQosFlowSetuporModifyRequestList p_associatedMBSQosFlowSetuporModifyRequestList := omit,
                                                                                                    in template (omit) QosFlowListWithCause p_mBS_QosFlowToReleaseList := omit,
                                                                                                    in template (omit) MBSSessionSetuporModifyRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                                                    ) := {
                mBS_SessionID                                := p_mBS_SessionID,
                mBS_AreaSessionID                            := p_mBS_AreaSessionID,
                associatedMBSQosFlowSetuporModifyRequestList := p_associatedMBSQosFlowSetuporModifyRequestList,
                mBS_QosFlowToReleaseList                     := p_mBS_QosFlowToReleaseList,
                iE_Extensions                                := p_iE_Extensions
            } // End of template m_mBSSessionSetuporModifyRequestItem

            template (omit) MBSSessionToReleaseItem m_mBSSessionToReleaseItem(
                                                                              in template (value) MBS_SessionID p_mBS_SessionID,
                                                                              in template (value) Cause p_cause,
                                                                              in template (omit) MBSSessionToReleaseItem.iE_Extensions p_iE_Extensions := omit
                                                                              ):= {
                mBS_SessionID := p_mBS_SessionID,
                cause         := p_cause,
                iE_Extensions := p_iE_Extensions
            } // End of template m_mBSSessionToReleaseItem

            template (value) MBSSessionStatus m_mBSSessionStatus(in MBSSessionStatus p_value := activated) := p_value;

            template (value) MicoAllPLMN m_micoAllPLMN(in MicoAllPLMN p_value := true_) := p_value;

            template (value) MICOModeIndication m_mICOModeIndication(in MICOModeIndication p_value := true_) := p_value;

            template (omit) MobilityRestrictionList m_mobilityRestrictionList(
                                                                              in template (value) PLMNIdentity p_servingPLMN,
                                                                              in template (omit) EquivalentPLMNs p_equivalentPLMNs := omit,
                                                                              in template (omit) RATRestrictions p_rATRestrictions := omit,
                                                                              in template (omit) ForbiddenAreaInformation p_forbiddenAreaInformation := omit,
                                                                              in template (omit) ServiceAreaInformation p_serviceAreaInformation := omit,
                                                                              in template (omit) MobilityRestrictionList.iE_Extensions p_iE_Extensions := omit
                                                                              ) := {
                servingPLMN              := p_servingPLMN,
                equivalentPLMNs          := p_equivalentPLMNs,
                rATRestrictions          := p_rATRestrictions,
                forbiddenAreaInformation := p_forbiddenAreaInformation,
                serviceAreaInformation   := p_serviceAreaInformation,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_mobilityRestrictionList

            template (value) MobilityRestrictionList.iE_Extensions m_mobilityRestrictionList_id_LastEUTRAN_PLMNIdentity(
                                                                                                                        in template (value) PLMNIdentity p_pLMNIdentity
                                                                                                                        ) := {
                { 
                    id             := id_LastEUTRAN_PLMNIdentity,
                    criticality    := ignore,
                    extensionValue := { PLMNIdentity := p_pLMNIdentity }	
                }
            } // End of template m_mobilityRestrictionList_id_LastEUTRAN_PLMNIdentity

            template (value) MobilityRestrictionList.iE_Extensions m_mobilityRestrictionList_id_CNTypeRestrictionsForServing(
                                                                                                                             in template (value) CNTypeRestrictionsForServing p_cNTypeRestrictionsForServing
                                                                                                                             ) := {
                { 
                    id             := id_CNTypeRestrictionsForServing,
                    criticality    := ignore,
                    extensionValue := { CNTypeRestrictionsForServing := p_cNTypeRestrictionsForServing }	
                }
            } // End of template m_mobilityRestrictionList_id_CNTypeRestrictionsForServing

            template (value) MobilityRestrictionList.iE_Extensions m_mobilityRestrictionList_id_CNTypeRestrictionsForEquivalent(
                                                                                                                                in template (value) CNTypeRestrictionsForEquivalent p_cNTypeRestrictionsForEquivalent
                                                                                                                                ) := {
                { 
                    id             := id_CNTypeRestrictionsForEquivalent,
                    criticality    := ignore,
                    extensionValue := { CNTypeRestrictionsForEquivalent := p_cNTypeRestrictionsForEquivalent }	
                }
            } // End of template m_mobilityRestrictionList_id_CNTypeRestrictionsForEquivalent

            template (value) MobilityRestrictionList.iE_Extensions m_mobilityRestrictionList_id_NPN_MobilityInformation(
                                                                                                                        in template (value) NPN_MobilityInformation p_nPN_MobilityInformation
                                                                                                                        ) := {
                { 
                    id             := id_NPN_MobilityInformation,
                    criticality    := reject,
                    extensionValue := { NPN_MobilityInformation := p_nPN_MobilityInformation }	
                }
            } // End of template m_mobilityRestrictionList_id_NPN_MobilityInformation

            template (value) MDT_AlignmentInfo m_mDT_AlignmentInfo_s_basedMDT(
                                                                              in template (value) NGRANTraceID p_s_basedMDT
                                                                              ) := {
                s_basedMDT := p_s_basedMDT
            } // End of template m_mDT_AlignmentInfo_s_basedMDT

            template (value) MDT_AlignmentInfo m_mDT_AlignmentInfo_choice_Extensions(
                                                                                     in template (value) MDT_AlignmentInfo.choice_Extensions p_choice_Extensions
                                                                                     ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mDT_AlignmentInfo_choice_Extensions

            template (omit) MDT_Configuration m_mDT_Configuration(
                                                                  in template (omit) MDT_Configuration_NR p_mdt_Config_NR := omit,
                                                                  in template (omit) MDT_Configuration_EUTRA p_mdt_Config_EUTRA := omit,
                                                                  in template (omit) MDT_Configuration.iE_Extensions p_iE_Extensions := omit
                                                                  ) := {
                mdt_Config_NR    := p_mdt_Config_NR,
                mdt_Config_EUTRA := p_mdt_Config_EUTRA,
                iE_Extensions    := p_iE_Extensions
            } // End of template m_mDT_Configuration

            template (omit) MDT_Configuration_NR m_mDT_Configuration_NR(
                                                                        in template (value) MDT_Activation p_mdt_Activation,
                                                                        in template (value) AreaScopeOfMDT_NR p_areaScopeOfMDT,
                                                                        in template (value) MDTModeNr p_mDTModeNr,
                                                                        in template (omit) MDTPLMNList p_signallingBasedMDTPLMNList := omit,
                                                                        in template (omit) MDT_Configuration_NR.iE_Extensions p_iE_Extensions := omit
                                                                        ) := {
                mdt_Activation             := p_mdt_Activation,
                areaScopeOfMDT             := p_areaScopeOfMDT,
                mDTModeNr                  := p_mDTModeNr,
                signallingBasedMDTPLMNList := p_signallingBasedMDTPLMNList,
                iE_Extensions              := p_iE_Extensions
            } // End of template m_mDT_Configuration_NR

            template (omit) MDT_Configuration_EUTRA m_mDT_Configuration_EUTRA(
                                                                              in template (value) MDT_Activation p_mdt_Activation,
                                                                              in template (value) AreaScopeOfMDT_EUTRA p_areaScopeOfMDT,
                                                                              in template (value) MDTModeEutra p_mDTMode,
                                                                              in template (omit) MDTPLMNList p_signallingBasedMDTPLMNList := omit,
                                                                              in template (omit) MDT_Configuration_EUTRA.iE_Extensions p_iE_Extensions := omit
                                                                              ) := {
                mdt_Activation             := p_mdt_Activation,
                areaScopeOfMDT             := p_areaScopeOfMDT,
                mDTMode                    := p_mDTMode,
                signallingBasedMDTPLMNList := p_signallingBasedMDTPLMNList,
                iE_Extensions              := p_iE_Extensions
            } // End of template m_mDT_Configuration_EUTRA

            template (value) MDT_Activation m_mDT_Activation(in MDT_Activation p_value := immediate_MDT_only) := p_value;

            template (value) MDTModeNr m_mDTModeNro_immediateMDTNr(
                                                                   in template (value) ImmediateMDTNr p_immediateMDTNr
                                                                   ) := {
                immediateMDTNr := p_immediateMDTNr
            } // End of template m_mDTModeNr_immediateMDTNr

            template (value) MDTModeNr m_mDTModeNro_loggedMDTNr(
                                                                in template (value) LoggedMDTNr p_loggedMDTNr
                                                                ) := {
                loggedMDTNr := p_loggedMDTNr
            } // End of template m_mDTModeNr_loggedMDTNr

            template (value) MDTModeNr m_mDTModeNr_choice_Extensions(
                                                                     in template (value) MDTModeNr.choice_Extensions p_choice_Extensions
                                                                     ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mDTModeNr_choice_Extensions

            template (omit) MulticastSessionActivationRequestTransfer m_multicastSessionActivationRequestTransfer(
                                                                                                                  in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                                  in template (omit) MulticastSessionActivationRequestTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                                  ) := {
                mBS_SessionID := p_mBS_SessionID,
                iE_Extensions := p_iE_Extensions
            } // End of template m_multicastSessionActivationRequestTransfer

            template (omit) MulticastSessionDeactivationRequestTransfer m_multicastSessionDeactivationRequestTransfer(
                                                                                                                      in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                                      in template (omit) MulticastSessionDeactivationRequestTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                                      ) := {
                mBS_SessionID := p_mBS_SessionID,
                iE_Extensions := p_iE_Extensions
            } // End of template m_multicastSessionDeactivationRequestTransfer

            template (value) MulticastSessionUpdateRequestTransfer m_multicastSessionUpdateRequestTransfer(
                                                                                                           in template (value) MulticastSessionUpdateRequestTransfer.protocolIEs p_protocolIEs
                                                                                                           ) := {
                protocolIEs := p_protocolIEs
            } // End of template m_multicastSessionUpdateRequestTransfer

            template (value) MulticastSessionUpdateRequestTransfer.protocolIEs m_multicastSessionUpdateRequestTransfer_id_MBS_SessionID(
                                                                                                                                        in template (value) MBS_SessionID p_mBS_SessionID
                                                                                                                                        ) := {
                { 
                    id          := id_MBS_SessionID,
                    criticality := reject,
                    value_      := { MBS_SessionID := p_mBS_SessionID }	
                }
            } // End of template m_multicastSessionUpdateRequestTransfer_id_MBS_SessionID

            template (value) MulticastSessionUpdateRequestTransfer.protocolIEs m_multicastSessionUpdateRequestTransfer_id_MBS_ServiceArea(
                                                                                                                                          in template (value) MBS_ServiceArea p_mBS_ServiceArea
                                                                                                                                          ) := {
                { 
                    id          := id_MBS_ServiceArea,
                    criticality := reject,
                    value_      := { MBS_ServiceArea := p_mBS_ServiceArea }	
                }
            } // End of template m_multicastSessionUpdateRequestTransfer_id_MBS_ServiceArea

            template (value) MulticastSessionUpdateRequestTransfer.protocolIEs m_multicastSessionUpdateRequestTransfer_id_MBS_QoSFlowsToBeSetupModList(
                                                                                                                                                       in template (value) MBS_QoSFlowsToBeSetupList p_mBS_QoSFlowsToBeSetupList
                                                                                                                                                       ) := {
                { 
                    id          := id_MBS_QoSFlowsToBeSetupModList,
                    criticality := reject,
                    value_      := { MBS_QoSFlowsToBeSetupList := p_mBS_QoSFlowsToBeSetupList }	
                }
            } // End of template m_multicastSessionUpdateRequestTransfer_id_MBS_QoSFlowsToBeSetupModList

            template (value) MulticastSessionUpdateRequestTransfer.protocolIEs m_multicastSessionUpdateRequestTransfer_id_MBS_QoSFlowToReleaseList(
                                                                                                                                                   in template (value) QosFlowListWithCause p_qosFlowListWithCause
                                                                                                                                                   ) := {
                { 
                    id          := id_MBS_QoSFlowToReleaseList,
                    criticality := reject,
                    value_      := { QosFlowListWithCause := p_qosFlowListWithCause }	
                }
            } // End of template m_multicastSessionUpdateRequestTransfer_id_MBS_QoSFlowToReleaseList

            template (value) MulticastSessionUpdateRequestTransfer.protocolIEs m_multicastSessionUpdateRequestTransfer_id_MBS_SessionTNLInfo5GC(
                                                                                                                                                in template (value) MBS_SessionTNLInfo5GC p_mBS_SessionTNLInfo5GC
                                                                                                                                                ) := {
                { 
                    id          := id_MBS_SessionTNLInfo5GC,
                    criticality := reject,
                    value_      := { MBS_SessionTNLInfo5GC := p_mBS_SessionTNLInfo5GC }	
                }
            } // End of template m_multicastSessionUpdateRequestTransfer_id_MBS_SessionTNLInfo5GC

            template (omit) MulticastGroupPagingAreaItem m_multicastGroupPagingAreaItem(
                                                                                        in template (value) MulticastGroupPagingArea p_multicastGroupPagingArea,
                                                                                        in template (omit) UE_PagingList p_uE_PagingList := omit,
                                                                                        in template (omit) MulticastGroupPagingAreaItem.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                multicastGroupPagingArea := p_multicastGroupPagingArea,
                uE_PagingList            := p_uE_PagingList,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_multicastGroupPagingAreaItem

            template (omit) MulticastGroupPagingArea m_multicastGroupPagingArea(
                                                                                in template (value) MBS_AreaTAIList p_mBS_AreaTAIList,
                                                                                in template (omit) MulticastGroupPagingArea.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                mBS_AreaTAIList := p_mBS_AreaTAIList,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_multicastGroupPagingArea

            template (omit) UE_PagingItem m_uE_PagingItem(
                                                          in template (value) UEIdentityIndexValue p_uEIdentityIndexValue,
                                                          in template (omit) PagingDRX p_pagingDRX := omit,
                                                          in template (omit) UE_PagingItem.iE_Extensions p_iE_Extensions := omit
                                                          ) := {
                uEIdentityIndexValue := p_uEIdentityIndexValue,
                pagingDRX            := p_pagingDRX,
                iE_Extensions        := p_iE_Extensions
            } // End of template m_uE_PagingItem

            template (omit) M1Configuration m_m1Configuration(
                                                              in template (value) M1ReportingTrigger p_m1reportingTrigger,
                                                              in template (omit) M1ThresholdEventA2 p_m1thresholdEventA2 := omit,
                                                              in template (omit) M1PeriodicReporting p_m1periodicReporting := omit,
                                                              in template (omit) M1Configuration.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                m1reportingTrigger  := p_m1reportingTrigger,
                m1thresholdEventA2  := p_m1thresholdEventA2,
                // The above IE shall be present if the M1 Reporting Trigger IE is set to “A2event_triggered” or “A2event_triggered periodic”
                m1periodicReporting := p_m1periodicReporting,
                // The above IE shall be present if the M1 Reporting Trigger IE is set to “periodic” or “A2event_triggered periodic”
                iE_Extensions       := p_iE_Extensions
            } // End of template m_m1Configuration

            template (value) M1Configuration.iE_Extensions m_m1Configuration_id_IncludeBeamMeasurementsIndication(
                                                                                                                  in template (value) IncludeBeamMeasurementsIndication p_includeBeamMeasurementsIndication
                                                                                                                  ) := {
                { 
                    id             := id_IncludeBeamMeasurementsIndication,
                    criticality    := ignore,
                    extensionValue := { IncludeBeamMeasurementsIndication := p_includeBeamMeasurementsIndication }	
                }
            } // End of template m_m1Configuration_id_IncludeBeamMeasurementsIndication

            template (value) M1Configuration.iE_Extensions m_m1Configuration_id_BeamMeasurementsReportConfiguration(
                                                                                                                    in template (value) BeamMeasurementsReportConfiguration p_beamMeasurementsReportConfiguration
                                                                                                                    ) := {
                { 
                    id             := id_BeamMeasurementsReportConfiguration,
                    criticality    := ignore,
                    extensionValue := { BeamMeasurementsReportConfiguration := p_beamMeasurementsReportConfiguration }	
                }
            } // End of template m_m1Configuration_id_BeamMeasurementsReportConfiguration

            template (value) IncludeBeamMeasurementsIndication m_includeBeamMeasurementsIndication(in IncludeBeamMeasurementsIndication p_value := true_) := p_value;

            template (value) M1ReportingTrigger m_m1ReportingTrigger(in M1ReportingTrigger p_value := periodic) := p_value;

            template (omit) M1ThresholdEventA2 m_m1ThresholdEventA2(
                                                                    in template (value) M1ThresholdType p_m1ThresholdType,
                                                                    in template (omit) M1ThresholdEventA2.iE_Extensions p_iE_Extensions := omit
                                                                    ) := {
                m1ThresholdType := p_m1ThresholdType,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_m1ThresholdEventA2

            template (value) M1ThresholdType m_m1ThresholdType_threshold_RSRP(
                                                                              in template (value) Threshold_RSRP p_threshold_RSRP
                                                                              ) := {
                threshold_RSRP := p_threshold_RSRP
            } // End of template m_m1ThresholdType_threshold_RSRP

            template (value) M1ThresholdType m_m1ThresholdType_threshold_RSRQ(
                                                                              in template (value) Threshold_RSRQ p_threshold_RSRQ
                                                                              ) := {
                threshold_RSRQ := p_threshold_RSRQ
            } // End of template m_m1ThresholdType_threshold_RSRQ

            template (value) M1ThresholdType m_m1ThresholdType_threshold_SINR(
                                                                              in template (value) Threshold_SINR p_threshold_SINR
                                                                              ) := {
                threshold_SINR := p_threshold_SINR
            } // End of template m_m1ThresholdType_threshold_SINR

            template (value) M1ThresholdType m_m1ThresholdType_choice_Extensions(
                                                                                 in template (value) M1ThresholdType.choice_Extensions p_choice_Extensions
                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_m1ThresholdType_choice_Extensions

            template (omit) M1PeriodicReporting m_m1PeriodicReporting(
                                                                      in template (value) ReportIntervalMDT p_reportInterval,
                                                                      in template (value) ReportAmountMDT p_reportAmount,
                                                                      in template (omit) M1PeriodicReporting.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                reportInterval := p_reportInterval,
                reportAmount   := p_reportAmount,
                iE_Extensions  := p_iE_Extensions
            } // End of template m_m1PeriodicReporting

            template (value) M1PeriodicReporting.iE_Extensions m_m1PeriodicReporting_id_ExtendedReportIntervalMDT(
                                                                                                                  in template (value) ExtendedReportIntervalMDT p_extendedReportIntervalMDT
                                                                                                                  ) := {
                { 
                    id             := id_ExtendedReportIntervalMDT,
                    criticality    := ignore,
                    extensionValue := { ExtendedReportIntervalMDT := p_extendedReportIntervalMDT }	
                }
            } // End of template m_m1PeriodicReporting_id_ExtendedReportIntervalMDT

            template (omit) M4Configuration m_m4Configuration(
                                                              in template (value) M4period p_m4period,
                                                              in template (value) Links_to_log p_m4_links_to_log,
                                                              in template (omit) M4Configuration.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                m4period        := p_m4period,
                m4_links_to_log := p_m4_links_to_log,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_m4Configuration

            template (value) M4Configuration.iE_Extensions m_m4Configuration_id_M4ReportAmount(
                                                                                               in template (value) M4ReportAmountMDT p_m4ReportAmountMDT
                                                                                               ) := {
                { 
                    id             := id_ExtendedReportIntervalMDT,
                    criticality    := ignore,
                    extensionValue := { M4ReportAmountMDT := p_m4ReportAmountMDT }	
                }
            } // End of template m_m4Configuration_id_M4ReportAmount

            template (value) M4ReportAmountMDT m_m4ReportAmountMDT(in M4ReportAmountMDT p_value := r1) := p_value;

            template (value) M4period m_m4period(in M4period p_value := ms1024) := p_value;

            template (omit) M5Configuration m_m5Configuration(
                                                              in template (value) M5period p_m5period,
                                                              in template (value) Links_to_log p_m5_links_to_log,
                                                              in template (omit) M5Configuration.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                m5period        := p_m5period,
                m5_links_to_log := p_m5_links_to_log,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_m5Configuration

            template (value) M5Configuration.iE_Extensions m_m5Configuration_id_M5ReportAmount(
                                                                                               in template (value) M5ReportAmountMDT p_m5ReportAmountMDT
                                                                                               ) := {
                { 
                    id             := id_M5ReportAmount,
                    criticality    := ignore,
                    extensionValue := { M5ReportAmountMDT := p_m5ReportAmountMDT }	
                }
            } // End of template m_m5Configuration_id_M5ReportAmount

            template (value) M5ReportAmountMDT m_m5ReportAmountMDT(in M5ReportAmountMDT p_value := r1) := p_value;

            template (value) M5period m_m5period(in M5period p_value := ms1024) := p_value;

            template (omit) M6Configuration m_m6Configuration(
                                                              in template (value) M6report_Interval p_m6report_Interval,
                                                              in template (value) Links_to_log p_m6_links_to_log,
                                                              in template (omit) M6Configuration.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                m6report_Interval := p_m6report_Interval,
                m6_links_to_log   := p_m6_links_to_log,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_m6Configuration

            template (value) M6Configuration.iE_Extensions m_m6Configuration_id_M6ReportAmount(
                                                                                               in template (value) M6ReportAmountMDT p_m6ReportAmountMDT
                                                                                               ) := {
                { 
                    id             := id_M6ReportAmount,
                    criticality    := ignore,
                    extensionValue := { M6ReportAmountMDT := p_m6ReportAmountMDT }	
                }
            } // End of template m_m6Configuration_id_M6ReportAmount

            template (value) M6Configuration.iE_Extensions m_m6Configuration_id_ExcessPacketDelayThresholdConfiguration(
                                                                                                                        in template (value) ExcessPacketDelayThresholdConfiguration p_excessPacketDelayThresholdConfiguration
                                                                                                                        ) := {
                { 
                    id             := id_ExcessPacketDelayThresholdConfiguration,
                    criticality    := ignore,
                    extensionValue := { ExcessPacketDelayThresholdConfiguration := p_excessPacketDelayThresholdConfiguration }	
                }
            } // End of template m_m6Configuration_id_ExcessPacketDelayThresholdConfiguration

            template (value) M6ReportAmountMDT m_m6ReportAmountMDT(in M6ReportAmountMDT p_value := r1) := p_value;

            template (value) M6report_Interval m_m6report_Interval(in M6report_Interval p_value := ms120) := p_value;

            template (omit) M7Configuration m_m7Configuration(
                                                              in template (value) M7period p_m7period,
                                                              in template (value) Links_to_log p_m7_links_to_log,
                                                              in template (omit) M7Configuration.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                m7period        := p_m7period,
                m7_links_to_log := p_m7_links_to_log,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_m7Configuration

            template (value) M7Configuration.iE_Extensions m_m7Configuration_id_M7ReportAmount(
                                                                                               in template (value) M7ReportAmountMDT p_m7ReportAmountMDT
                                                                                               ) := {
                { 
                    id             := id_M7ReportAmount,
                    criticality    := ignore,
                    extensionValue := { M7ReportAmountMDT := p_m7ReportAmountMDT }	
                }
            } // End of template m_m7Configuration_id_M7ReportAmount

            template (value) M7ReportAmountMDT m_m7ReportAmountMDT(in M7ReportAmountMDT p_value := r1) := p_value;

            template (omit) MDT_Location_Info m_mDT_Location_Info(
                                                                  in template (value) MDT_Location_Information p_mDT_Location_Information,
                                                                  in template (omit) MDT_Location_Info.iE_Extensions p_iE_Extensions := omit
                                                                  ) := {
                mDT_Location_Information := p_mDT_Location_Information,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_mDT_Location_Info

            template (value) N3IWF_ID m_n3IWF_ID_n3IWF_ID(
                                                          in template (value) N3IWF_ID.n3IWF_ID p_n3IWF_ID
                                                          ) := {
                n3IWF_ID := p_n3IWF_ID
            } // End of template m_n3IWF_ID_n3IWF_ID

            template (value) N3IWF_ID m_n3IWF_ID_choice_Extensions(
                                                                   in template (value) N3IWF_ID.choice_Extensions p_choice_Extensions
                                                                   ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_n3IWF_ID_choice_Extensions

            template (value) NB_IoT_DefaultPagingDRX m_nB_IoT_DefaultPagingDRX(in NB_IoT_DefaultPagingDRX p_value := rf128) := p_value;

            template (value) NB_IoT_PagingDRX m_nB_IoT_PagingDRX(in NB_IoT_PagingDRX p_value := rf32) := p_value;

            template (value) NB_IoT_Paging_eDRXCycle m_nB_IoT_Paging_eDRXCycle(in NB_IoT_Paging_eDRXCycle p_value := hf2) := p_value;

            template (value) NB_IoT_Paging_TimeWindow m_nB_IoT_Paging_TimeWindow(in NB_IoT_Paging_TimeWindow p_value := s1) := p_value;

            template (omit) NB_IoT_Paging_eDRXInfo m_nB_IoT_Paging_eDRXInfo(
                                                                            in template (value) NB_IoT_Paging_eDRXCycle p_nB_IoT_Paging_eDRXCycle,
                                                                            in template (omit) NB_IoT_Paging_TimeWindow p_nB_IoT_Paging_TimeWindow := omit,
                                                                            in template (omit) NB_IoT_Paging_eDRXInfo.iE_Extensions p_iE_Extensions := omit
                                                                            ) := {
                nB_IoT_Paging_eDRXCycle  := p_nB_IoT_Paging_eDRXCycle,
                nB_IoT_Paging_TimeWindow := p_nB_IoT_Paging_TimeWindow,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_nB_IoT_Paging_eDRXInfo

            template (value) NewSecurityContextInd m_newSecurityContextInd(in NewSecurityContextInd p_value := true_) := p_value;

            template (value) NextPagingAreaScope m_nextPagingAreaScope(in NextPagingAreaScope p_value := same) := p_value;

            template (omit) NGAPIESupportInformationRequestItem m_nGAPIESupportInformationRequestItem(
                                                                                                      in template (value) ProtocolIE_ID p_ngap_ProtocolIE_Id,
                                                                                                      in template (omit) NGAPIESupportInformationRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                                                      ) := {
                ngap_ProtocolIE_Id := p_ngap_ProtocolIE_Id,
                iE_Extensions      := p_iE_Extensions
            } // End of template m_nGAPIESupportInformationRequestItem

            template (omit) NGAPIESupportInformationResponseItem m_nGAPIESupportInformationResponseItem(
                                                                                                        in template (value) ProtocolIE_ID p_ngap_ProtocolIE_Id,
                                                                                                        in template (value) NGAPIESupportInformationResponseItem.ngap_ProtocolIESupportInfo p_ngap_ProtocolIESupportInfo,
                                                                                                        in template (value) NGAPIESupportInformationResponseItem.ngap_ProtocolIEPresenceInfo p_ngap_ProtocolIEPresenceInfo,
                                                                                                        in template (omit) NGAPIESupportInformationResponseItem.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                ngap_ProtocolIE_Id          := p_ngap_ProtocolIE_Id,
                ngap_ProtocolIESupportInfo  := p_ngap_ProtocolIESupportInfo,
                ngap_ProtocolIEPresenceInfo := p_ngap_ProtocolIEPresenceInfo,
                iE_Extensions               := p_iE_Extensions
            } // End of template m_nGAPIESupportInformationResponseItem

            template (value) NgENB_ID m_ngENB_ID_macroNgENB_ID(
                                                               in template (value) NgENB_ID.macroNgENB_ID p_macroNgENB_ID
                                                               ) := {
                macroNgENB_ID := p_macroNgENB_ID
            } // End of template m_ngENB_ID_macroNgENB_ID

            template (value) NgENB_ID m_ngENB_ID_shortMacroNgENB_ID(
                                                                    in template (value) NgENB_ID.shortMacroNgENB_ID p_shortMacroNgENB_ID
                                                                    ) := {
                shortMacroNgENB_ID := p_shortMacroNgENB_ID
            } // End of template m_ngENB_ID_shortMacroNgENB_ID

            template (value) NgENB_ID m_ngENB_ID_longMacroNgENB_ID(
                                                                   in template (value) NgENB_ID.longMacroNgENB_ID p_longMacroNgENB_ID
                                                                   ) := {
                longMacroNgENB_ID := p_longMacroNgENB_ID
            } // End of template m_ngENB_ID_longMacroNgENB_ID

            template (value) NgENB_ID m_ngENB_ID_choice_Extensions(
                                                                   in template (value) NgENB_ID.choice_Extensions p_choice_Extensions
                                                                   ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_ngENB_ID_choice_Extensions

            template (value) NotifySourceNGRANNode m_notifySourceNGRANNode(in NotifySourceNGRANNode p_value := notifySource) := p_value;

            template (value) NGRAN_CGI m_ngENB_ID_nR_CGI(
                                                         in template (value) NR_CGI p_nR_CGI
                                                         ) := {
                nR_CGI := p_nR_CGI
            } // End of template m_ngENB_ID_nR_CGI

            template (value) NGRAN_CGI m_ngENB_ID_eUTRA_CGI(
                                                            in template (value) EUTRA_CGI p_eUTRA_CGI
                                                            ) := {
                eUTRA_CGI := p_eUTRA_CGI
            } // End of template m_ngENB_ID_eUTRA_CGI

            template (value) NGRAN_CGI m_nGRAN_CGI_choice_Extensions(
                                                                     in template (value) NGRAN_CGI.choice_Extensions p_choice_Extensions
                                                                     ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_nGRAN_CGI_choice_Extensions

            template (omit) NGRAN_TNLAssociationToRemoveItem m_nGRAN_TNLAssociationToRemoveItem(
                                                                                                in template (value) CPTransportLayerInformation p_tNLAssociationTransportLayerAddress,
                                                                                                in template (omit) CPTransportLayerInformation p_tNLAssociationTransportLayerAddressAMF := omit,
                                                                                                in template (omit) NGRAN_TNLAssociationToRemoveItem.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                tNLAssociationTransportLayerAddress    := p_tNLAssociationTransportLayerAddress,
                tNLAssociationTransportLayerAddressAMF := p_tNLAssociationTransportLayerAddressAMF,
                iE_Extensions                          := p_iE_Extensions
            } // End of template m_nGRAN_TNLAssociationToRemoveItem

            template (omit) NonDynamic5QIDescriptor m_nonDynamic5QIDescriptor(
                                                                              in template (value) FiveQI p_fiveQI,
                                                                              in template (omit) PriorityLevelQos p_priorityLevelQos := omit,
                                                                              in template (omit) AveragingWindow p_averagingWindow := omit,
                                                                              in template (omit) MaximumDataBurstVolume p_maximumDataBurstVolume := omit,
                                                                              in template (omit) NonDynamic5QIDescriptor.iE_Extensions p_iE_Extensions := omit
                                                                              ) := {
                fiveQI                 := p_fiveQI,
                priorityLevelQos       := p_priorityLevelQos,
                averagingWindow        := p_averagingWindow,
                maximumDataBurstVolume := p_maximumDataBurstVolume,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_nonDynamic5QIDescriptor

            template (value) NonDynamic5QIDescriptor.iE_Extensions m_nonDynamic5QIDescriptor_id_CNPacketDelayBudgetDL(
                                                                                                                      in template (value) ExtendedPacketDelayBudget p_extendedPacketDelayBudget
                                                                                                                      ) := {
                { 
                    id             := id_CNPacketDelayBudgetDL,
                    criticality    := ignore,
                    extensionValue := { ExtendedPacketDelayBudget := p_extendedPacketDelayBudget }	
                }
            } // End of template m_nonDynamic5QIDescriptor_id_CNPacketDelayBudgetDL

            template (value) NonDynamic5QIDescriptor.iE_Extensions m_nonDynamic5QIDescriptor_id_CNPacketDelayBudgetUL(
                                                                                                                      in template (value) ExtendedPacketDelayBudget p_extendedPacketDelayBudget
                                                                                                                      ) := {
                { 
                    id             := id_CNPacketDelayBudgetUL,
                    criticality    := ignore,
                    extensionValue := { ExtendedPacketDelayBudget := p_extendedPacketDelayBudget }	
                }
            } // End of template m_nonDynamic5QIDescriptor_id_CNPacketDelayBudgetUL

            template (value) NotificationCause m_notificationCause(in NotificationCause p_value := fulfilled) := p_value;

            template (value) NotificationControl m_notificationControl(in NotificationControl p_value := notification_requested) := p_value;

            template (value) NPN_AccessInformation m_nPN_AccessInformation_pNI_NPN_Access_Information(
                                                                                                      in template (value) CellCAGList p_pNI_NPN_Access_Information
                                                                                                      ) := {
                pNI_NPN_Access_Information := p_pNI_NPN_Access_Information
            } // End of template m_nPN_AccessInformation_pNI_NPN_Access_Information

            template (value) NPN_AccessInformation m_nPN_AccessInformation_choice_Extensions(
                                                                                             in template (value) NPN_AccessInformation.choice_Extensions p_choice_Extensions
                                                                                             ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_nPN_AccessInformation_choice_Extensions

            template (value) NPN_MobilityInformation m_nPN_MobilityInformation_sNPN_MobilityInformation(
                                                                                                        in template (value) SNPN_MobilityInformation p_sNPN_MobilityInformation
                                                                                                        ) := {
                sNPN_MobilityInformation := p_sNPN_MobilityInformation
            } // End of template m_nPN_MobilityInformation_sNPN_MobilityInformation

            template (value) NPN_MobilityInformation m_nPN_MobilityInformation_pNI_NPN_MobilityInformation(
                                                                                                           in template (value) PNI_NPN_MobilityInformation p_pNI_NPN_MobilityInformation
                                                                                                           ) := {
                pNI_NPN_MobilityInformation := p_pNI_NPN_MobilityInformation
            } // End of template m_nPN_MobilityInformation_pNI_NPN_MobilityInformation

            template (value) NPN_MobilityInformation m_nPN_MobilityInformation_choice_Extensions(
                                                                                                 in template (value) NPN_MobilityInformation.choice_Extensions p_choice_Extensions
                                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_nPN_MobilityInformation_choice_Extensions

            template (value) NPN_PagingAssistanceInformation m_nPN_PagingAssistanceInformation_pNI_NPN_PagingAssistance(
                                                                                                                        in template (value) Allowed_PNI_NPN_List p_pNI_NPN_PagingAssistance
                                                                                                                        ) := {
                pNI_NPN_PagingAssistance := p_pNI_NPN_PagingAssistance
            } // End of template m_nPN_PagingAssistanceInformation_pNI_NPN_PagingAssistance

            template (value) NPN_PagingAssistanceInformation m_nPN_PagingAssistanceInformation_choice_Extensions(
                                                                                                                 in template (value) NPN_PagingAssistanceInformation.choice_Extensions p_choice_Extensions
                                                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_nPN_PagingAssistanceInformation_choice_Extensions

                         template (value) NPN_Support m_nPN_Support_sNPN(
                                                            in template (value) NID p_sNPN
                                                            ) := {
                sNPN := p_sNPN
            } // End of template m_nPN_Support_sNPN

            template (value) NPN_Support m_nPN_Support_choice_Extensions(
                                                                         in template (value) NPN_Support.choice_Extensions p_choice_Extensions
                                                                         ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_nPN_Support_choice_Extensions

            template (omit) NR_CGI m_nR_CGI(
                                            in template (value) PLMNIdentity p_pLMNIdentity := PX_PLMN_IDENTITY,
                                            in template (value) NRCellIdentity p_nRCellIdentity,
                                            in template (omit) NR_CGI.iE_Extensions p_iE_Extensions := omit
                                            ) := {
                pLMNIdentity   := p_pLMNIdentity,
                nRCellIdentity := p_nRCellIdentity,
                iE_Extensions  := p_iE_Extensions
            } // End of template m_nR_CGI

            template (omit) NR_PagingeDRXInformation m_NR_PagingeDRXInformation(
                                                                                in template (value) NR_Paging_eDRX_Cycle p_nR_paging_eDRX_Cycle,
                                                                                in template (omit) NR_Paging_Time_Window p_nR_paging_Time_Window := omit,
                                                                                in template (omit) NR_PagingeDRXInformation.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                nR_paging_eDRX_Cycle  := p_nR_paging_eDRX_Cycle,
                nR_paging_Time_Window := p_nR_paging_Time_Window,
                iE_Extensions         := p_iE_Extensions
            } // End of template m_NR_PagingeDRXInformation

            template (value) NR_Paging_eDRX_Cycle m_nR_Paging_eDRX_Cycle(in NR_Paging_eDRX_Cycle p_value := hfquarter) := p_value;

            template (value) NR_Paging_Time_Window m_nR_Paging_Time_Window(in NR_Paging_Time_Window p_value := s1) := p_value;

            template (omit) NRNTNTAIInformation m_nRNTNTAIInformation(
                                                                      in template (value) PLMNIdentity p_servingPLMN,
                                                                      in template (value) TACListInNRNTN p_tACListInNRNTN,
                                                                      in template (omit) TAC p_uELocationDerivedTACInNRNTN := omit,
                                                                      in template (omit) NRNTNTAIInformation.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                servingPLMN                 := p_servingPLMN,
                tACListInNRNTN              := p_tACListInNRNTN,
                uELocationDerivedTACInNRNTN := p_uELocationDerivedTACInNRNTN,
                iE_Extensions               := p_iE_Extensions
            } // End of template m_nRNTNTAIInformation

            template (omit) NRFrequencyBandItem m_nRFrequencyBandItem(
                                                                      in template (value) NRFrequencyBand p_nr_frequency_band,
                                                                      in template (omit) NRFrequencyBandItem.iE_Extension p_iE_Extension := omit
                                                                      ) := {
                nr_frequency_band := p_nr_frequency_band,
                iE_Extension     := p_iE_Extension
            } // End of template m_nRFrequencyBandItem

            template (omit) NRFrequencyInfo m_nRFrequencyInfo(
                                                              in template (value) NRARFCN p_nrARFCN,
                                                              in template (value) NRFrequencyBand_List p_frequencyBand_List,
                                                              in template (omit) NRFrequencyInfo.iE_Extension p_iE_Extension := omit
                                                              ) := {
                nrARFCN            := p_nrARFCN,
                frequencyBand_List := p_frequencyBand_List,
                iE_Extension      := p_iE_Extension
            } // End of template m_nRFrequencyInfo

            template (omit) NRV2XServicesAuthorized m_nRV2XServicesAuthorized(
                                                                              in template (omit) VehicleUE p_vehicleUE := omit,
                                                                              in template (omit) PedestrianUE p_pedestrianUE := omit,
                                                                              in template (omit) NRV2XServicesAuthorized.iE_Extensions p_iE_Extensions := omit
            ) := {
                vehicleUE     := p_vehicleUE,
                pedestrianUE  := p_pedestrianUE,
                iE_Extensions := p_iE_Extensions
            } // End of template m_nRV2XServicesAuthorized

            template (value) VehicleUE m_vehicleUE(in VehicleUE p_value := authorized) := p_value;

            template (value) PedestrianUE m_pedestrianUE(in PedestrianUE p_value := authorized) := p_value;

            template (omit) NRUESidelinkAggregateMaximumBitrate m_nRUESidelinkAggregateMaximumBitrate(
                                                                                                      in template (value) BitRate p_uESidelinkAggregateMaximumBitRate,
                                                                                                      in template (omit) NRUESidelinkAggregateMaximumBitrate.iE_Extensions p_iE_Extensions := omit
                uESidelinkAggregateMaximumBitRate := p_uESidelinkAggregateMaximumBitRate,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_nRUESidelinkAggregateMaximumBitrate

            template (value) OnboardingSupport m_onboardingSupport(in OnboardingSupport p_value := true_) := p_value;

            template (value) OverloadAction m_overloadAction(in OverloadAction p_value := reject_non_emergency_mo_dt) := p_value;

            template (value) OverloadResponse m_overloadResponse_overloadAction(
                                                                                in template (value) OverloadAction p_overloadAction
                                                                                ) := {
                overloadAction := p_overloadAction
            } // End of template m_overloadResponse_overloadAction

            template (value) OverloadResponse m_overloadResponse_choice_Extensions(
                                                                                   in template (value) OverloadResponse.choice_Extensions p_choice_Extensions
                                                                                   ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_overloadResponse_choice_Extensions

            template (omit) OverloadStartNSSAIItem m_overloadStartNSSAIItem(
                                                                            in template (value) SliceOverloadList p_sliceOverloadList,
                                                                            in template (omit) OverloadResponse p_sliceOverloadResponse := omit,
                                                                            in template (omit) TrafficLoadReductionIndication p_sliceTrafficLoadReductionIndication := omit,
                                                                            in template (omit) OverloadStartNSSAIItem.iE_Extensions p_iE_Extensions := omit
                                                                            ) := {
                sliceOverloadList                   := p_sliceOverloadList,
                sliceOverloadResponse               := p_sliceOverloadResponse,
                sliceTrafficLoadReductionIndication := p_sliceTrafficLoadReductionIndication,
                iE_Extensions                       := p_iE_Extensions
            } // End of template m_overloadStartNSSAIItem

            template (omit) PacketErrorRate m_PacketErrorRate(
                                                              in template (value) PacketErrorRate.pERScalar p_pERScalar,
                                                              in template (value) PacketErrorRate.pERExponent p_pERExponent,
                                                              in template (omit) PacketErrorRate.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                pERScalar     := p_pERScalar,
                pERExponent   := p_pERExponent,
                iE_Extensions := p_iE_Extensions
            } // End of template m_PacketErrorRate
            template (omit) PagingAssisDataforCEcapabUE m_pagingAssisDataforCEcapabUE(
                                                                                      in template (value) EUTRA_CGI p_eUTRA_CGI,
                                                                                      in template (value) CoverageEnhancementLevel p_coverageEnhancementLevel,
                                                                                      in template (omit) PagingAssisDataforCEcapabUE.iE_Extensions p_iE_Extensions := omit
                                                                                      ) := {
                eUTRA_CGI                := p_eUTRA_CGI,
                coverageEnhancementLevel := p_coverageEnhancementLevel,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_pagingAssisDataforCEcapabUE
            template (omit) PagingAttemptInformation m_pagingAttemptInformation(
                                                                                in template (value) PagingAttemptCount p_pagingAttemptCount,
                                                                                in template (value) IntendedNumberOfPagingAttempts p_intendedNumberOfPagingAttempts,
                                                                                in template (omit) NextPagingAreaScope p_nextPagingAreaScope := omit,
                                                                                in template (omit) PagingAttemptInformation.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                pagingAttemptCount             := p_pagingAttemptCount,
                intendedNumberOfPagingAttempts := p_intendedNumberOfPagingAttempts,
                nextPagingAreaScope            := p_nextPagingAreaScope,
                iE_Extensions                  := p_iE_Extensions
            } // End of template m_pagingAttemptInformation
            template (value) PagingCause m_pagingCause(in PagingCause p_value := voice) := p_value;
            template (value) PagingCauseIndicationForVoiceService m_pagingCauseIndicationForVoiceService(in PagingCauseIndicationForVoiceService p_value := supported) := p_value;
            template (value) PagingDRX m_pagingDRX(in PagingDRX p_value := v256) := p_value;
            template (value) PagingOrigin m_pagingOrigin(in PagingOrigin p_value := non_3gpp) := p_value;
            template (value) PagingPriority m_pagingPriority(in PagingPriority p_value := priolevel1) := p_value;
            template (value) PagingProbabilityInformation m_pagingProbabilityInformation(in PagingProbabilityInformation p_value := p00) := p_value;
            template (omit) PathSwitchRequestAcknowledgeTransfer m_PathSwitchRequestAcknowledgeTransfer(
                                                                                                        in template (omit) UPTransportLayerInformation p_uL_NGU_UP_TNLInformation := omit,
                                                                                                        in template (omit) SecurityIndication p_securityIndication := omit,
                                                                                                        in template (omit) PathSwitchRequestAcknowledgeTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                uL_NGU_UP_TNLInformation := p_uL_NGU_UP_TNLInformation,
                securityIndication       := p_securityIndication,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_PathSwitchRequestAcknowledgeTransfer
            template (value) PathSwitchRequestAcknowledgeTransfer.iE_Extensions m_pathSwitchRequestAcknowledgeTransfer_id_AdditionalNGU_UP_TNLInformation(
                                                                                                                                                          in template (value) UPTransportLayerInformationPairList p_uPTransportLayerInformationPairList
                                                                                                                                                          ) := {
                { 
                    id             := id_AdditionalNGU_UP_TNLInformation,
                    criticality    := ignore,
                    extensionValue := { UPTransportLayerInformationPairList := p_uPTransportLayerInformationPairList }