LibNGAP_Templates.ttcn 1.25 MB
Newer Older
4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538
            template (value) MBS_ServiceArea m_mBS_ServiceArea_choice_Extensions(
                                                                                 in template (value) MBS_ServiceArea.choice_Extensions p_choice_Extensions
                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mBS_ServiceArea_choice_Extensions

            template (omit) MBS_ServiceAreaInformationItem m_mBS_ServiceAreaInformationItem(
                                                                                            in template (value) MBS_AreaSessionID p_mBS_AreaSessionID,
                                                                                            in template (value) MBS_ServiceAreaInformation p_mBS_ServiceAreaInformation,
                                                                                            in template (omit) MBS_ServiceAreaInformationItem.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                mBS_AreaSessionID          := p_mBS_AreaSessionID,
                mBS_ServiceAreaInformation := p_mBS_ServiceAreaInformation,
                iE_Extensions              := p_iE_Extensions
            } // End of template m_mBS_ServiceAreaInformationItem

            template (omit) MBS_ServiceAreaInformation m_mBS_ServiceAreaInformation(
                                                                                    in template (omit) MBS_ServiceAreaCellList p_mBS_ServiceAreaCellList := omit,
                                                                                    in template (omit) MBS_ServiceAreaTAIList p_mBS_ServiceAreaTAIList := omit,
                                                                                    in template (omit) MBS_ServiceAreaInformation.iE_Extensions p_iE_Extensions := omit
                                                                                    ) := {
                mBS_ServiceAreaCellList := p_mBS_ServiceAreaCellList,
                mBS_ServiceAreaTAIList  := p_mBS_ServiceAreaTAIList,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_mBS_ServiceAreaInformation

            template (omit) MBS_SessionID m_mBS_SessionID(
                                                          in template (value) TMGI p_tMGI,
                                                          in template (omit) NID p_nID := omit,
                                                          in template (omit) MBS_SessionID.iE_Extensions p_iE_Extensions := omit
                                                          ) := {
                tMGI          := p_tMGI,
                nID           := p_nID,
                iE_Extensions := p_iE_Extensions
            } // End of template m_mBS_SessionID

            template (omit) MBSSessionFailedtoSetupItem m_mBSSessionFailedtoSetupItem(
                                                                                      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) MBSSessionFailedtoSetupItem.iE_Extensions p_iE_Extensions := omit
                                                                                      ) := {
                mBS_SessionID     := p_mBS_SessionID,
                mBS_AreaSessionID := p_mBS_AreaSessionID,
                cause             := p_cause,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_mBSSessionFailedtoSetupItem

            template (omit) MBS_ActiveSessionInformation_SourcetoTargetItem m_mBS_ActiveSessionInformation_SourcetoTargetItem(
                                                                                                                              in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                                              in template (value) MBS_QoSFlowsToBeSetupList p_mBS_QoSFlowsToBeSetupList,
                                                                                                                              in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                                                              in template (omit) MBS_ServiceArea p_mBS_ServiceArea := omit,
                                                                                                                              in template (omit) MBS_MappingandDataForwardingRequestList p_mBS_MappingandDataForwardingRequestList := omit,
                                                                                                                              in template (omit) MBS_ActiveSessionInformation_SourcetoTargetItem.iE_Extensions p_iE_Extensions := omit
                                                                                                                              ):= {
                mBS_SessionID                           := p_mBS_SessionID,
                mBS_AreaSessionID                       := p_mBS_AreaSessionID,
                mBS_ServiceArea                         := p_mBS_ServiceArea,
                mBS_QoSFlowsToBeSetupList               := p_mBS_QoSFlowsToBeSetupList,
                mBS_MappingandDataForwardingRequestList := p_mBS_MappingandDataForwardingRequestList,
                iE_Extensions                           := p_iE_Extensions
            } // End of template m_mBS_ActiveSessionInformation_SourcetoTargetItem

            template (omit) MBS_ActiveSessionInformation_TargettoSourceItem m_mBS_ActiveSessionInformation_TargettoSourceItem(
                                                                                                                              in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                                                              in template (omit) MBS_DataForwardingResponseMRBList p_mBS_DataForwardingResponseMRBList := omit,
                                                                                                                              in template (omit) MBS_ActiveSessionInformation_TargettoSourceItem.iE_Extensions p_iE_Extensions := omit
                                                                                                                              ) := {
                mBS_SessionID                     := p_mBS_SessionID,
                mBS_DataForwardingResponseMRBList := p_mBS_DataForwardingResponseMRBList,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_mBS_ActiveSessionInformation_TargettoSourceItem

            template (omit) MBSSessionSetupOrModFailureTransfer m_mBSSessionSetupOrModFailureTransfer(
                                                                                                      in template (value) Cause p_cause,
                                                                                                      in template (omit) CriticalityDiagnostics p_criticalityDiagnostics := omit,
                                                                                                      in template (omit) MBSSessionSetupOrModFailureTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                      ) := {
                cause                  := p_cause,
                criticalityDiagnostics := p_criticalityDiagnostics,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_mBSSessionSetupOrModFailureTransfer

            template (omit) MBSSessionSetupResponseItem m_mBSSessionSetupResponseItem(
                                                                                      in template (value) MBS_SessionID p_mBS_SessionID,
                                                                                      in template (omit) MBS_AreaSessionID p_mBS_AreaSessionID := omit,
                                                                                      in template (omit) MBSSessionSetupResponseItem.iE_Extensions p_iE_Extensions := omit
                                                                                      ) := {
                mBS_SessionID     := p_mBS_SessionID,
                mBS_AreaSessionID := p_mBS_AreaSessionID,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_mBSSessionSetupResponseItem

            template (value) MBSSessionSetupOrModRequestTransfer m_mBSSessionSetupOrModRequestTransfer(
                                                                                                       in template (value) MBSSessionSetupOrModRequestTransfer.protocolIEs p_protocolIEs
                                                                                                       ) := {
                protocolIEs := p_protocolIEs
            } // 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,
                                            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;