LibNGAP_Templates.ttcn 1.42 MB
Newer Older
                qosFlowSetupResponseList      := p_qosFlowSetupResponseList,
                qosFlowFailedToSetupList      := p_qosFlowFailedToSetupList,
                dataForwardingResponseDRBList := p_dataForwardingResponseDRBList,
                iE_Extensions                 := p_iE_Extensions
            } // End of template m_handoverRequestAcknowledgeTransfer

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_AdditionalDLUPTNLInformationForHOList(
                                                                                                                                                            in template (value) AdditionalDLUPTNLInformationForHOList p_additionalDLUPTNLInformationForHOList
                                                                                                                                                            ) := {
                { 
                    id             := id_AdditionalDLUPTNLInformationForHOList,
                    criticality    := reject,
                    extensionValue := { AdditionalDLUPTNLInformationForHOList := p_additionalDLUPTNLInformationForHOList }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_AdditionalDLUPTNLInformationForHOList

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_ULForwardingUP_TNLInformation(
                                                                                                                                                    in template (value) UPTransportLayerInformation p_uPTransportLayerInformation
                                                                                                                                                    ) := {
                { 
                    id             := id_ULForwardingUP_TNLInformation,
                    criticality    := reject,
                    extensionValue := { UPTransportLayerInformation := p_uPTransportLayerInformation }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_ULForwardingUP_TNLInformation

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_AdditionalULForwardingUPTNLInformation(
                                                                                                                                                             in template (value) UPTransportLayerInformationList p_uPTransportLayerInformationList
                                                                                                                                                             ) := {
                { 
                    id             := id_AdditionalULForwardingUPTNLInformation,
                    criticality    := reject,
                    extensionValue := { UPTransportLayerInformationList := p_uPTransportLayerInformationList }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_AdditionalULForwardingUPTNLInformation

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_DataForwardingResponseERABList(
                                                                                                                                                     in template (value) DataForwardingResponseERABList p_dataForwardingResponseERABList
                                                                                                                                                     ) := {
                { 
                    id             := id_DataForwardingResponseERABList,
                    criticality    := ignore,
                    extensionValue := { DataForwardingResponseERABList := p_dataForwardingResponseERABList }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_DataForwardingResponseERABList

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_RedundantDL_NGU_UP_TNLInformation(
                                                                                                                                                        in template (value) UPTransportLayerInformation p_uPTransportLayerInformation
                                                                                                                                                        ) := {
                { 
                    id             := id_RedundantDL_NGU_UP_TNLInformation,
                    criticality    := ignore,
                    extensionValue := { UPTransportLayerInformation := p_uPTransportLayerInformation }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_RedundantDL_NGU_UP_TNLInformation

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_UsedRSNInformation(
                                                                                                                                         in template (value) RedundantPDUSessionInformation p_redundantPDUSessionInformation
                                                                                                                                         ) := {
                { 
                    id             := id_UsedRSNInformation,
                    criticality    := ignore,
                    extensionValue := { RedundantPDUSessionInformation := p_redundantPDUSessionInformation }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_UsedRSNInformation

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_GlobalRANNodeID(
                                                                                                                                      in template (value) GlobalRANNodeID p_globalRANNodeID
                                                                                                                                      ) := {
                { 
                    id             := id_GlobalRANNodeID,
                    criticality    := ignore,
                    extensionValue := { GlobalRANNodeID := p_globalRANNodeID }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_GlobalRANNodeID

            template (value) HandoverRequestAcknowledgeTransfer.iE_Extensions m_handoverRequestAcknowledgeTransfer_id_MBS_SupportIndicator(
                                                                                                                                           in template (value) MBS_SupportIndicator p_mBS_SupportIndicator
                                                                                                                                           ) := {
                { 
                    id             := id_MBS_SupportIndicator,
                    criticality    := ignore,
                    extensionValue := { MBS_SupportIndicator := p_mBS_SupportIndicator }	
                }
            } // End of template m_handoverRequestAcknowledgeTransfer_id_MBS_SupportIndicator

            template (omit) HandoverRequiredTransfer m_handoverRequiredTransfer(
                                                                                in template (omit) DirectForwardingPathAvailability p_directForwardingPathAvailability := omit,
                                                                                in template (omit) HandoverRequiredTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                directForwardingPathAvailability := p_directForwardingPathAvailability,
                iE_Extensions                    := p_iE_Extensions
            } // End of template m_handoverRequiredTransfer

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

            template (value) HandoverType m_handoverType(in HandoverType p_value := intra5gs) := p_value;

            template (omit) HFCNode_ID_new m_hFCNode_ID_new(
                                                            in template (value) HFCNode_ID p_hFCNode_ID,
                                                            in template (value) TAI p_tAI,
                                                            in template (omit) HFCNode_ID_new.iE_Extensions p_iE_Extensions := omit
                                                            ) := {
                hFCNode_ID    := p_hFCNode_ID,
                tAI           := p_tAI,
                iE_Extensions := p_iE_Extensions
            } // End of template m_hFCNode_ID_new

            template (omit) HOReport m_hOReport(
                                                in template (value) HOReport.handoverReportType p_handoverReportType := ho_too_early,
                                                in template (value) Cause p_handoverCause,
                                                in template (value) NGRAN_CGI p_sourcecellCGI,
                                                in template (value) NGRAN_CGI p_targetcellCGI,
                                                in template (omit) NGRAN_CGI p_reestablishmentcellCGI,
                                                in template (omit) Bit16 p_sourcecellC_RNTI := omit,
                                                in template (omit) EUTRA_CGI p_targetcellinE_UTRAN := omit,
                                                in template (omit) MobilityInformation p_mobilityInformation := omit,
                                                in template (omit) UERLFReportContainer p_uERLFReportContainer := omit,
                                                in template (omit) HOReport.iE_Extensions p_iE_Extensions := omit
                                                ) := {
                handoverReportType     := p_handoverReportType,
                handoverCause          := p_handoverCause,
                sourcecellCGI          := p_sourcecellCGI,
                targetcellCGI          := p_targetcellCGI,
                reestablishmentcellCGI := p_reestablishmentcellCGI,
                // The above IE shall be present if the Handover Report Type IE is set to the value "HO to wrong cell"
                sourcecellC_RNTI       := p_sourcecellC_RNTI,
                targetcellinE_UTRAN    := p_targetcellinE_UTRAN,
                // The above IE shall be present if the Handover Report Type IE is set to the value "Inter System ping_pong"
                mobilityInformation    := p_mobilityInformation,
                uERLFReportContainer   := p_uERLFReportContainer,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_hOReport

5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664
            template (value) IAB_Authorized m_iAB_Authorized(in IAB_Authorized p_value := authorized) := p_value;

            template (value) IAB_Supported m_iAB_Supported(in IAB_Supported p_value := true_) := p_value;

            template (value) IABNodeIndication m_iABNodeIndication(in IABNodeIndication p_value := true_) := p_value;

            template (value) IMSVoiceSupportIndicator m_iMSVoiceSupportIndicator(in IMSVoiceSupportIndicator p_value := supported) := p_value;

            template (omit) InfoOnRecommendedCellsAndRANNodesForPaging m_infoOnRecommendedCellsAndRANNodesForPaging(
                                                                                                                    in template (value) RecommendedCellsForPaging p_recommendedCellsForPaging,
                                                                                                                    in template (value) RecommendedRANNodesForPaging p_recommendRANNodesForPaging,
                                                                                                                    in template (omit) InfoOnRecommendedCellsAndRANNodesForPaging.iE_Extensions p_iE_Extensions := omit
                                                                                                                    ) := {
                recommendedCellsForPaging  := p_recommendedCellsForPaging,
                recommendRANNodesForPaging := p_recommendRANNodesForPaging,
                iE_Extensions              := p_iE_Extensions
            } // End of template m_infoOnRecommendedCellsAndRANNodesForPaging

            template (value) IntegrityProtectionIndication m_integrityProtectionIndication(in IntegrityProtectionIndication p_value := required) := p_value;

            template (value) IntegrityProtectionResult m_integrityProtectionResult(in IntegrityProtectionResult p_value := performed) := p_value;

            template (omit) ImmediateMDTNr m_immediateMDTNr(
	                                                        in template (value) MeasurementsToActivate p_measurementsToActivate,
	                                                        in template (omit) M1Configuration p_m1Configuration := omit,
	                                                        in template (omit) M4Configuration p_m4Configuration := omit,
	                                                        in template (omit) M5Configuration p_m5Configuration := omit,
	                                                        in template (omit) M6Configuration p_m6Configuration := omit,
	                                                        in template (omit) M7Configuration p_m7Configuration := omit,
	                                                        in template (omit) BluetoothMeasurementConfiguration p_bluetoothMeasurementConfiguration := omit,
	                                                        in template (omit) WLANMeasurementConfiguration p_wLANMeasurementConfiguration := omit,
	                                                        in template (omit) MDT_Location_Info p_mDT_Location_Info := omit,
	                                                        in template (omit) SensorMeasurementConfiguration p_sensorMeasurementConfiguration := omit,
                                                            in template (omit) ImmediateMDTNr.iE_Extensions p_iE_Extensions := omit
                                                            ) := {
                measurementsToActivate            := p_measurementsToActivate,
                m1Configuration                   := p_m1Configuration,
                // The above IE shall be present if the Measurements to Activate IE has the first bit set to “1”
                m4Configuration                   := p_m4Configuration,
                // The above IE shall be present if the Measurements to Activate IE has the third bit set to “1”
                m5Configuration                   := p_m5Configuration,
                // The above IE shall be present if the Measurements to Activate IE has the fourth bit set to “1”
                m6Configuration                   := p_m6Configuration,
                // The above IE shall be present if the Measurements to Activate IE has the fifth bit set to “1”
                m7Configuration                   := p_m7Configuration,
                // The above IE shall be present if the Measurements to Activate IE has the sixth bit set to “1”
                bluetoothMeasurementConfiguration := p_bluetoothMeasurementConfiguration,
                wLANMeasurementConfiguration      := p_wLANMeasurementConfiguration,
                mDT_Location_Info                 := p_mDT_Location_Info,
                sensorMeasurementConfiguration    := p_sensorMeasurementConfiguration,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_immediateMDTNr

            template (omit) InterSystemFailureIndication m_interSystemFailureIndication(
                                                                                        in template (omit) UERLFReportContainer p_uERLFReportContainer := omit,
                                                                                        in template (omit) InterSystemFailureIndication.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                uERLFReportContainer := p_uERLFReportContainer,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_interSystemFailureIndication

            template (omit) IntersystemSONConfigurationTransfer m_intersystemSONConfigurationTransfer(
                                                                                                      in template (value) IntersystemSONTransferType p_transferType,
                                                                                                      in template (value) IntersystemSONInformation p_intersystemSONInformation,
                                                                                                      in template (omit) IntersystemSONConfigurationTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                      ) := {
                transferType              := p_transferType,
                intersystemSONInformation := p_intersystemSONInformation,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_intersystemSONConfigurationTransfer

            template (value) IntersystemSONTransferType m_intersystemSONTransferType_fromEUTRANtoNGRAN(
                                                                                                       in template (value) FromEUTRANtoNGRAN p_fromEUTRANtoNGRAN
                                                                                                       ) := {
                fromEUTRANtoNGRAN := p_fromEUTRANtoNGRAN
            } // End of template m_intersystemSONTransferType_fromEUTRANtoNGRAN

            template (value) IntersystemSONTransferType m_intersystemSONTransferType_fromNGRANtoEUTRAN(
                                                                                                       in template (value) FromNGRANtoEUTRAN p_fromNGRANtoEUTRAN
                                                                                                       ) := {
                fromNGRANtoEUTRAN := p_fromNGRANtoEUTRAN
            } // End of template m_intersystemSONTransferType_fromNGRANtoEUTRAN

            template (value) IntersystemSONTransferType m_intersystemSONTransferType_choice_Extensions(
                                                                                                       in template (value) IntersystemSONTransferType.choice_Extensions p_choice_Extensions
                                                                                                       ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_intersystemSONTransferType_choice_Extensions

            template (value) IntersystemSONeNBID m_intersystemSONeNBID(
                                                                       in template (value) GlobalENB_ID p_globaleNBID,
                                                                       in template (value) EPS_TAI p_selectedEPSTAI,
                                                                       in template (omit) IntersystemSONeNBID.iE_Extensions p_iE_Extensions := omit
                                                                       ) := {
                globaleNBID    := p_globaleNBID,
                selectedEPSTAI := p_selectedEPSTAI,
                iE_Extensions  := p_iE_Extensions
            } // End of template m_intersystemSONeNBID

            template (value) IntersystemSONNGRANnodeID m_intersystemSONNGRANnodeID(
                                                                                   in template (value) GlobalRANNodeID p_globalRANNodeID,
                                                                                   in template (value) TAI p_selectedTAI,
                                                                                   in template (omit) IntersystemSONNGRANnodeID.iE_Extensions p_iE_Extensions := omit
                                                                                   ) := {
                globalRANNodeID := p_globalRANNodeID,
                selectedTAI     := p_selectedTAI,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_intersystemSONNGRANnodeID

            template (value) IntersystemSONInformation m_intersystemSONInformation_intersystemSONInformationReport(
                                                                                                                   in template (value) IntersystemSONInformationReport p_intersystemSONInformationReport
                                                                                                                   ) := {
                intersystemSONInformationReport := p_intersystemSONInformationReport
            } // End of template m_intersystemSONInformation_intersystemSONInformationReport

            template (value) IntersystemSONInformation m_intersystemSONInformation_choice_Extensions(
                                                                                                     in template (value) IntersystemSONInformation.choice_Extensions p_choice_Extensions
                                                                                                     ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_intersystemSONInformation_choice_Extensions

            template (value) IntersystemSONInformation.choice_Extensions m_intersystemSONInformation_id_IntersystemSONInformationRequest(
                                                                                                                                         in template (value) IntersystemSONInformationRequest p_intersystemSONInformationRequest
                                                                                                                                         ) := {
                id          := id_IntersystemSONInformationRequest,
                criticality := ignore,
                value_      := { IntersystemSONInformationRequest := p_intersystemSONInformationRequest }	
            } // End of template m_intersystemSONInformation_id_IntersystemSONInformationRequest

            template (value) IntersystemSONInformation.choice_Extensions m_intersystemSONInformation_id_IntersystemSONInformationReply(
                                                                                                                                       in template (value) IntersystemSONInformationReply p_intersystemSONInformationReply
                                                                                                                                       ) := {
                id          := id_IntersystemSONInformationReply,
                criticality := ignore,
                value_      := { IntersystemSONInformationReply := p_intersystemSONInformationReply }	
            } // End of template m_intersystemSONInformation_id_IntersystemSONInformationReply

            template (value) IntersystemSONInformationRequest m_intersystemSONInformationRequest_nGRAN_CellActivation(
                                                                                                                      in template (value) IntersystemCellActivationRequest p_nGRAN_CellActivation
                                                                                                                      ) := {
                nGRAN_CellActivation := p_nGRAN_CellActivation
            } // End of template m_intersystemSONInformationRequest_nGRAN_CellActivation

            template (value) IntersystemSONInformationRequest m_intersystemSONInformationRequest_resourceStatus(
                                                                                                                in template (value) IntersystemResourceStatusRequest p_resourceStatus
                                                                                                                ) := {
                resourceStatus := p_resourceStatus
            } // End of template m_intersystemSONInformationRequest_resourceStatus

            template (value) IntersystemSONInformationRequest m_intersystemSONInformationRequest_choice_Extensions(
                                                                                                                   in template (value) IntersystemSONInformationRequest.choice_Extensions p_choice_Extensions
                                                                                                                   ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_intersystemSONInformationRequest_choice_Extensions

            template (omit) IntersystemCellActivationRequest m_intersystemCellActivationRequest(
                                                                                                in template (value) IntersystemCellActivationRequest.activationID p_activationID,
                                                                                                in template (value) CellsToActivateList p_cellsToActivateList,
                                                                                                in template (omit) IntersystemCellActivationRequest.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                activationID        := p_activationID,
                cellsToActivateList := p_cellsToActivateList,
                iE_Extensions       := p_iE_Extensions
            } // End of template m_intersystemCellActivationRequest

            template (omit) IntersystemResourceStatusRequest m_intersystemResourceStatusRequest(
                                                                                                in template (value) ReportingSystem p_reportingSystem,
                                                                                                in template (value) ReportCharacteristics p_reportCharacteristics,
                                                                                                in template (value) ReportType p_reportType,
                                                                                                in template (omit) IntersystemResourceStatusRequest.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                reportingSystem       := p_reportingSystem,
                reportCharacteristics := p_reportCharacteristics,
                reportType            := p_reportType,
                iE_Extensions         := p_iE_Extensions
            } // End of template m_intersystemResourceStatusRequest

            template (value) ReportingSystem m_reportingSystem_eUTRAN(
                                                                      in template (value) EUTRAN_ReportingSystemIEs p_eUTRAN
                                                                      ) := {
                eUTRAN := p_eUTRAN
            } // End of template m_reportingSystem_eUTRAN

            template (value) ReportingSystem m_reportingSystem_nGRAN(
                                                                     in template (value) NGRAN_ReportingSystemIEs p_nGRAN
                                                                     ) := {
                nGRAN := p_nGRAN
            } // End of template m_reportingSystem_nGRAN

            template (value) ReportingSystem m_reportingSystem_choice_Extensions(
                                                                                 in template (value) ReportingSystem.choice_Extensions p_choice_Extensions
                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_reportingSystem_choice_Extensions

            template (omit) EUTRAN_ReportingSystemIEs m_eUTRAN_ReportingSystemIEs(
                                                                                  in template (value) EUTRAN_CellToReportList p_eUTRAN_CellToReportList,
                                                                                  in template (omit) EUTRAN_ReportingSystemIEs.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                eUTRAN_CellToReportList := p_eUTRAN_CellToReportList,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_eUTRAN_ReportingSystemIEs

            template (omit) NGRAN_ReportingSystemIEs m_nGRAN_ReportingSystemIEs(
                                                                                in template (value) NGRAN_CellToReportList p_nGRAN_CellToReportList,
                                                                                in template (omit) NGRAN_ReportingSystemIEs.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                nGRAN_CellToReportList := p_nGRAN_CellToReportList,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_nGRAN_ReportingSystemIEs

            template (omit) EUTRAN_CellToReportItem m_eUTRAN_CellToReportItem(
                                                                              in template (value) EUTRA_CGI p_eCGI,
                                                                              in template (omit) EUTRAN_CellToReportItem.iE_Extensions p_iE_Extensions := omit
                                                                              ) := {
                eCGI          := p_eCGI,
                iE_Extensions := p_iE_Extensions
            } // End of template m_eUTRAN_CellToReportItem

            template (omit) NGRAN_CellToReportItem m_nGRAN_CellToReportItem(
                                                                            in template (value) NGRAN_CGI p_nGRAN_CGI,
                                                                            in template (omit) NGRAN_CellToReportItem.iE_Extensions p_iE_Extensions := omit
                                                                            ):= {
                nGRAN_CGI     := p_nGRAN_CGI,
                iE_Extensions := p_iE_Extensions
            } // End of template m_nGRAN_CellToReportItem

            template (value) ReportType m_reportType_eventBasedReporting(
                                                                         in template (value) EventBasedReportingIEs p_eventBasedReporting
                                                                         ) := {
                eventBasedReporting := p_eventBasedReporting
            } // End of template m_reportType_eventBasedReporting

            template (value) ReportType m_reportType_periodicReporting(
                                                                         in template (value) PeriodicReportingIEs p_periodicReporting
                                                                         ) := {
                periodicReporting := p_periodicReporting
            } // End of template m_reportType_periodicReporting

            template (value) ReportType m_reportType_choice_Extensions(
                                                                       in template (value) ReportType.choice_Extensions p_choice_Extensions
                                                                       ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_reportType_choice_Extensions

            template (value) EventBasedReportingIEs m_eventBasedReportingIEs(
                                                                             in template (value) IntersystemResourceThreshold p_intersystemResourceThresholdLow,
                                                                             in template (value) IntersystemResourceThreshold p_intersystemResourceThresholdHigh,
                                                                             in template (value)NumberOfMeasurementReportingLevels p_numberOfMeasurementReportingLevels,
                                                                             in template (omit) EventBasedReportingIEs.iE_Extensions p_iE_Extensions := omit
                                                                             ) := {
                intersystemResourceThresholdLow    := p_intersystemResourceThresholdLow,
                intersystemResourceThresholdHigh   := p_intersystemResourceThresholdHigh,
                numberOfMeasurementReportingLevels := p_numberOfMeasurementReportingLevels,
                iE_Extensions                      := p_iE_Extensions
            } // End of template m_eventBasedReportingIEs

            template (value) NumberOfMeasurementReportingLevels m_numberOfMeasurementReportingLevels(in NumberOfMeasurementReportingLevels p_value := n2) := p_value;

            template (omit) PeriodicReportingIEs m_PeriodicReportingIEs(
                                                                        in template (value) ReportingPeriodicity p_reportingPeriodicity,
                                                                        in template (omit) PeriodicReportingIEs.iE_Extensions p_iE_Extensions := omit
                                                                        ) := {
                reportingPeriodicity := p_reportingPeriodicity,
                iE_Extensions        := p_iE_Extensions
            } // End of template m_PeriodicReportingIEs

            template (value) ReportingPeriodicity m_reportingPeriodicity(in ReportingPeriodicity p_value := stop_) := p_value;

            template (value) IntersystemSONInformationReply m_intersystemSONInformationReply_nGRAN_CellActivation(
                                                                                                                  in template (value) IntersystemCellActivationReply p_nGRAN_CellActivation
                                                                                                                  ) := {
                nGRAN_CellActivation := p_nGRAN_CellActivation
            } // End of template m_intersystemSONInformationReply_nGRAN_CellActivation

            template (value) IntersystemSONInformationReply m_intersystemSONInformationReply_resourceStatus(
                                                                                                            in template (value) IntersystemResourceStatusReply p_resourceStatus
                                                                                                            ) := {
                resourceStatus := p_resourceStatus
            } // End of template m_intersystemSONInformationReply_resourceStatus

            template (value) IntersystemSONInformationReply m_intersystemSONInformationReply_choice_Extensions(
                                                                                                               in template (value) IntersystemSONInformationReply.choice_Extensions p_choice_Extensions
                                                                                                               ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_intersystemSONInformationReply_choice_Extensions

            template (omit) IntersystemCellActivationReply m_intersystemCellActivationReply(
                                                                                            in template (value) ActivatedCellList p_activatedCellList,
                                                                                            in template (value) IntersystemCellActivationReply.activation_ID p_activation_ID,
                                                                                            in template (omit) IntersystemCellActivationReply.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                activatedCellList := p_activatedCellList,
                activation_ID     := p_activation_ID,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_intersystemCellActivationReply

            template (omit) IntersystemResourceStatusReply m_intersystemResourceStatusReply(
                                                                                            in template (value) ReportingSystem p_reportingsystem,
                                                                                            in template (omit) IntersystemResourceStatusReply.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                reportingsystem := p_reportingsystem,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_intersystemResourceStatusReply

            template (value) IntersystemSONInformationReport m_intersystemSONInformationReport_hOReportInformation(
                                                                                                                   in template (value) InterSystemHOReport p_hOReportInformation
                                                                                                                   ) := {
                hOReportInformation := p_hOReportInformation
            } // End of template m_intersystemSONInformationReport_hOReportInformation

            template (value) IntersystemSONInformationReport m_intersystemSONInformationReport_failureIndicationInformation(
                                                                                                                            in template (value) InterSystemFailureIndication p_failureIndicationInformation
                                                                                                                            ) := {
                failureIndicationInformation := p_failureIndicationInformation
            } // End of template m_intersystemSONInformationReport_failureIndicationInformation

            template (value) IntersystemSONInformationReport m_intersystemSONInformationReport_choice_Extensions(
                                                                                                               in template (value) IntersystemSONInformationReport.choice_Extensions p_choice_Extensions
                                                                                                               ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_intersystemSONInformationReport_choice_Extensions

            template (value) IntersystemSONInformationReport.choice_Extensions m_intersystemSONInformationReport_id_EnergySavingIndication(
                                                                                                                                           in template (value) IntersystemCellStateIndication p_intersystemCellStateIndication
                                                                                                                                           ) := {
                id          := id_EnergySavingIndication,
                criticality := ignore,
                value_      := { IntersystemCellStateIndication := p_intersystemCellStateIndication }
            } // End of template m_intersystemSONInformationReport_id_EnergySavingIndication

            template (value) IntersystemSONInformationReport.choice_Extensions m_intersystemSONInformationReport_id_IntersystemResourceStatusUpdate(
                                                                                                                                                    in template (value) IntersystemResourceStatusReport p_intersystemResourceStatusReport
                                                                                                                                                    ) := {
                id          := id_IntersystemResourceStatusUpdate,
                criticality := ignore,
                value_      := { IntersystemResourceStatusReport := p_intersystemResourceStatusReport }
            } // End of template m_intersystemSONInformationReport_id_IntersystemResourceStatusUpdate

            template (omit) NotificationCell_Item m_notificationCell_Item(
                                                                          in template (value) NGRAN_CGI p_nGRAN_CGI,
                                                                          in template (value) NotificationCell_Item.notifyFlag p_notifyFlag := activated,
                                                                          in template (omit) NotificationCell_Item.iE_Extensions p_iE_Extensions := omit
                                                                          ) := {
                nGRAN_CGI     := p_nGRAN_CGI,
                notifyFlag    := p_notifyFlag,
                iE_Extensions := p_iE_Extensions
            } // End of template m_notificationCell_Item

            template (omit) IntersystemResourceStatusReport m_intersystemResourceStatusReport(
                                                                                              in template (value) ResourceStatusReportingSystem p_reportingSystem,
                                                                                              in template (omit) IntersystemResourceStatusReport.iE_Extensions p_iE_Extensions := omit
                                                                                              ) := {
                reportingSystem := p_reportingSystem,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_intersystemResourceStatusReport

            template (value) ResourceStatusReportingSystem m_resourceStatusReportingSystemt_eUTRAN_ReportingStatus(
                                                                                                                   in template (value) EUTRAN_ReportingStatusIEs p_eUTRAN_ReportingStatus
                                                                                                                   ) := {
                eUTRAN_ReportingStatus := p_eUTRAN_ReportingStatus
            } // End of template m_resourceStatusReportingSystem_eUTRAN_ReportingStatus

            template (value) ResourceStatusReportingSystem m_resourceStatusReportingSystemt_nGRAN_ReportingStatus(
                                                                                                                  in template (value) NGRAN_ReportingStatusIEs p_nGRAN_ReportingStatus
                                                                                                                  ) := {
                nGRAN_ReportingStatus := p_nGRAN_ReportingStatus
            } // End of template m_resourceStatusReportingSystem_nGRAN_ReportingStatus

            template (value) ResourceStatusReportingSystem m_resourceStatusReportingSystem_choice_Extensions(
                                                                                                             in template (value) ResourceStatusReportingSystem.choice_Extensions p_choice_Extensions
                                                                                                             ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_resourceStatusReportingSystem_choice_Extensions

            template (omit) EUTRAN_ReportingStatusIEs m_eUTRAN_ReportingStatusIEs(
                                                                                  in template (value) EUTRAN_CellReportList p_eUTRAN_CellReportList,
                                                                                  in template (omit) EUTRAN_ReportingStatusIEs.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                eUTRAN_CellReportList := p_eUTRAN_CellReportList,
                iE_Extensions         := p_iE_Extensions
            } // End of template m_eUTRAN_ReportingStatusIEs

            template (omit) EUTRAN_CellReportItem m_eUTRAN_CellReportItem (
                                                                           in template (value) EUTRA_CGI p_eCGI,
                                                                           in template (value) EUTRAN_CompositeAvailableCapacityGroup p_eUTRAN_CompositeAvailableCapacityGroup,
                                                                           in template (omit) EUTRAN_NumberOfActiveUEs p_eUTRAN_NumberOfActiveUEs := omit,
                                                                           in template (omit) NGRAN_NoofRRCConnections p_eUTRAN_NoofRRCConnections := omit,
                                                                           in template (omit) EUTRAN_RadioResourceStatus p_eUTRAN_RadioResourceStatus := omit,
                                                                           in template (omit) EUTRAN_CellReportItem.iE_Extensions p_iE_Extensions := omit
                                                                           ):= {
                eCGI                                   := p_eCGI,
                eUTRAN_CompositeAvailableCapacityGroup := p_eUTRAN_CompositeAvailableCapacityGroup,
                eUTRAN_NumberOfActiveUEs               := p_eUTRAN_NumberOfActiveUEs,
                eUTRAN_NoofRRCConnections              := p_eUTRAN_NoofRRCConnections,
                eUTRAN_RadioResourceStatus             := p_eUTRAN_RadioResourceStatus,
                iE_Extensions                          := p_iE_Extensions
            } // End of template m_eUTRAN_ReportingStatusIEs

            template (omit) EUTRAN_CompositeAvailableCapacityGroup m_EUTRAN_CompositeAvailableCapacityGroup(
                                                                                                            in template (value) CompositeAvailableCapacity p_dL_CompositeAvailableCapacity,
                                                                                                            in template (value) CompositeAvailableCapacity p_uL_CompositeAvailableCapacity,
                                                                                                            in template (omit) EUTRAN_CompositeAvailableCapacityGroup.iE_Extensions p_iE_Extensions := omit
                                                                                                            ) := {
                dL_CompositeAvailableCapacity := p_dL_CompositeAvailableCapacity,
                uL_CompositeAvailableCapacity := p_uL_CompositeAvailableCapacity,
                iE_Extensions                 := p_iE_Extensions
            } // End of template m_EUTRAN_CompositeAvailableCapacityGroup

            template (omit) CompositeAvailableCapacity m_compositeAvailableCapacity(
                                                                                    in template (value) CompositeAvailableCapacity.capacityValue p_capacityValue,
                                                                                    in template (omit) CompositeAvailableCapacity.cellCapacityClassValue p_cellCapacityClassValue := omit,
                                                                                    in template (omit) CompositeAvailableCapacity.iE_Extensions p_iE_Extensions := omit
                                                                                    ) := {
                cellCapacityClassValue := p_cellCapacityClassValue,
                capacityValue          := p_capacityValue,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_compositeAvailableCapacity

            template (omit) EUTRAN_RadioResourceStatus m_eUTRAN_RadioResourceStatus(
                                                                                    in template (value) EUTRAN_RadioResourceStatus.dL_GBR_PRB_usage p_dL_GBR_PRB_usage,
                                                                                    in template (value) EUTRAN_RadioResourceStatus.uL_GBR_PRB_usage p_uL_GBR_PRB_usage,
                                                                                    in template (value) EUTRAN_RadioResourceStatus.dL_non_GBR_PRB_usage p_dL_non_GBR_PRB_usage,
                                                                                    in template (value) EUTRAN_RadioResourceStatus.uL_non_GBR_PRB_usage p_uL_non_GBR_PRB_usage,
                                                                                    in template (value) EUTRAN_RadioResourceStatus.dL_Total_PRB_usage p_dL_Total_PRB_usage,
                                                                                    in template (value) EUTRAN_RadioResourceStatus.uL_Total_PRB_usage p_uL_Total_PRB_usage,
                                                                                    in template (omit) EUTRAN_RadioResourceStatus.dL_scheduling_PDCCH_CCE_usage p_dL_scheduling_PDCCH_CCE_usage := omit,
                                                                                    in template (omit) EUTRAN_RadioResourceStatus.uL_scheduling_PDCCH_CCE_usage p_uL_scheduling_PDCCH_CCE_usage := omit,
                                                                                    in template (omit) EUTRAN_RadioResourceStatus.iE_Extensions p_iE_Extensions := omit
                                                                                    ) := {
                dL_GBR_PRB_usage              := p_dL_GBR_PRB_usage,
                uL_GBR_PRB_usage              := p_uL_GBR_PRB_usage,
                dL_non_GBR_PRB_usage          := p_dL_non_GBR_PRB_usage,
                uL_non_GBR_PRB_usage          := p_uL_non_GBR_PRB_usage,
                dL_Total_PRB_usage            := p_dL_Total_PRB_usage,
                uL_Total_PRB_usage            := p_uL_Total_PRB_usage,
                dL_scheduling_PDCCH_CCE_usage := p_dL_scheduling_PDCCH_CCE_usage,
                uL_scheduling_PDCCH_CCE_usage := p_uL_scheduling_PDCCH_CCE_usage,
                iE_Extensions                 := p_iE_Extensions
            } // End of template m_eUTRAN_RadioResourceStatus

            template (omit) NGRAN_ReportingStatusIEs m_nGRAN_ReportingStatusIEs(
                                                                                in template (value) NGRAN_CellReportList p_nGRAN_CellReportList,
                                                                                in template (omit) NGRAN_ReportingStatusIEs.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                nGRAN_CellReportList := p_nGRAN_CellReportList,
                iE_Extensions        := p_iE_Extensions
            } // End of template m_nGRAN_ReportingStatusIEs

            template (omit) NGRAN_CellReportItem m_nGRAN_CellReportItem(
                                                                        in template (value) NGRAN_CGI p_nGRAN_CGI,
                                                                        in template (value) EUTRAN_CompositeAvailableCapacityGroup p_nGRAN_CompositeAvailableCapacityGroup,
                                                                        in template (omit) NGRAN_NumberOfActiveUEs p_nGRAN_NumberOfActiveUEs := omit,
                                                                        in template (omit) NGRAN_NoofRRCConnections p_nGRAN_NoofRRCConnections := omit,
                                                                        in template (omit) NGRAN_RadioResourceStatus p_nGRAN_RadioResourceStatus := omit,
                                                                        in template (omit) NGRAN_CellReportItem.iE_Extensions p_iE_Extensions := omit
                                                                        ) := {
                nGRAN_CGI                             := p_nGRAN_CGI,
                nGRAN_CompositeAvailableCapacityGroup := p_nGRAN_CompositeAvailableCapacityGroup,
                nGRAN_NumberOfActiveUEs               := p_nGRAN_NumberOfActiveUEs,
                nGRAN_NoofRRCConnections              := p_nGRAN_NoofRRCConnections,
                nGRAN_RadioResourceStatus             := p_nGRAN_RadioResourceStatus,
                iE_Extensions                         := p_iE_Extensions
            } // End of template m_nGRAN_CellReportItem

            template (omit) NGRAN_RadioResourceStatus m_nGRAN_RadioResourceStatus(
                                                                                  in template (value) NGRAN_RadioResourceStatus.dL_GBR_PRB_usage_for_MIMO p_dL_GBR_PRB_usage_for_MIMO,
                                                                                  in template (value) NGRAN_RadioResourceStatus.uL_GBR_PRB_usage_for_MIMO p_uL_GBR_PRB_usage_for_MIMO,
                                                                                  in template (value) NGRAN_RadioResourceStatus.dL_non_GBR_PRB_usage_for_MIMO p_dL_non_GBR_PRB_usage_for_MIMO,
                                                                                  in template (value) NGRAN_RadioResourceStatus.uL_non_GBR_PRB_usage_for_MIMO p_uL_non_GBR_PRB_usage_for_MIMO,
                                                                                  in template (value) NGRAN_RadioResourceStatus.dL_Total_PRB_usage_for_MIMO p_dL_Total_PRB_usage_for_MIMO,
                                                                                  in template (value) NGRAN_RadioResourceStatus.uL_Total_PRB_usage_for_MIMO p_uL_Total_PRB_usage_for_MIMO,
                                                                                  in template (omit) NGRAN_RadioResourceStatus.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                dL_GBR_PRB_usage_for_MIMO     := p_dL_GBR_PRB_usage_for_MIMO,
                uL_GBR_PRB_usage_for_MIMO     := p_uL_GBR_PRB_usage_for_MIMO,
                dL_non_GBR_PRB_usage_for_MIMO := p_dL_non_GBR_PRB_usage_for_MIMO,
                uL_non_GBR_PRB_usage_for_MIMO := p_uL_non_GBR_PRB_usage_for_MIMO,
                dL_Total_PRB_usage_for_MIMO   := p_dL_Total_PRB_usage_for_MIMO,
                uL_Total_PRB_usage_for_MIMO   := p_uL_Total_PRB_usage_for_MIMO,
                iE_Extensions                 := p_iE_Extensions
            } // End of template m_nGRAN_RadioResourceStatus

            template (omit) InterSystemHOReport m_interSystemHOReport(
                                                                      in template (value) InterSystemHandoverReportType p_handoverReportType,
                                                                      in template (omit) InterSystemHOReport.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                handoverReportType := p_handoverReportType,
                iE_Extensions      := p_iE_Extensions
            } // End of template m_interSystemHOReport

            template (value) InterSystemHandoverReportType m_interSystemHandoverReportType_tooearlyIntersystemHO(
                                                                                                                 in template (value) TooearlyIntersystemHO p_tooearlyIntersystemHO
                                                                                                                 ) := {
                tooearlyIntersystemHO := p_tooearlyIntersystemHO
            } // End of template m_interSystemHandoverReportType_tooearlyIntersystemHO

            template (value) InterSystemHandoverReportType m_interSystemHandoverReportType_intersystemUnnecessaryHO(
                                                                                                                    in template (value) IntersystemUnnecessaryHO p_intersystemUnnecessaryHO
                                                                                                                    ) := {
                intersystemUnnecessaryHO := p_intersystemUnnecessaryHO
            } // End of template m_interSystemHandoverReportType_intersystemUnnecessaryHO

            template (value) InterSystemHandoverReportType m_interSystemHandoverReportType_choice_Extensions(
                                                                                                             in template (value) InterSystemHandoverReportType.choice_Extensions p_choice_Extensions
                                                                                                             ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_interSystemHandoverReportType_choice_Extensions

            template (omit) IntersystemUnnecessaryHO m_intersystemUnnecessaryHO(
                                                                                in template (value) NGRAN_CGI p_sourcecellID,
                                                                                in template (value) EUTRA_CGI p_targetcellID,
                                                                                in template (value) IntersystemUnnecessaryHO.earlyIRATHO p_earlyIRATHO := true_,
                                                                                in template (value) CandidateCellList p_candidateCellList,
                                                                                in template (omit) IntersystemUnnecessaryHO.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                sourcecellID      := p_sourcecellID,
                targetcellID      := p_targetcellID,
                earlyIRATHO       := p_earlyIRATHO,
                candidateCellList := p_candidateCellList,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_intersystemUnnecessaryHO
            template (omit) LAI m_lai(
                                      in template (value) PLMNIdentity p_pLMNidentity,
                                      in template (value) LAC p_lAC,
                                      in template (omit) LAI.iE_Extensions p_iE_Extensions := omit
                                      ) := {
                pLMNidentity  := p_pLMNidentity,
                lAC           := p_lAC,
                iE_Extensions := p_iE_Extensions
            } // End of template m_lai

            template (value) LastVisitedCellInformation m_interSystemHandoverReportType_nGRANCell(
                                                                                                  in template (value) LastVisitedNGRANCellInformation p_nGRANCell
                                                                                                  ) := {
                nGRANCell := p_nGRANCell
            } // End of template m_interSystemHandoverReportType_nGRANCell

            template (value) LastVisitedCellInformation m_interSystemHandoverReportType_eUTRANCell(
                                                                                                  in template (value) LastVisitedEUTRANCellInformation p_eUTRANCell
                                                                                                  ) := {
                eUTRANCell := p_eUTRANCell
            } // End of template m_interSystemHandoverReportType_eUTRANCell

            template (value) LastVisitedCellInformation m_interSystemHandoverReportType_uTRANCell(
                                                                                                  in template (value) LastVisitedUTRANCellInformation p_uTRANCell
                                                                                                  ) := {
                uTRANCell := p_uTRANCell
            } // End of template m_interSystemHandoverReportType_uTRANCell

            template (value) LastVisitedCellInformation m_interSystemHandoverReportType_gERANCell(
                                                                                                  in template (value) LastVisitedGERANCellInformation p_gERANCell
                                                                                                  ) := {
                gERANCell := p_gERANCell
            } // End of template m_interSystemHandoverReportType_gERANCell

            template (value) LastVisitedCellInformation m_lastVisitedCellInformation_choice_Extensions(
                                                                                                       in template (value) LastVisitedCellInformation.choice_Extensions p_choice_Extensions
                                                                                                       ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_lastVisitedCellInformation_choice_Extensions

            template (omit) LastVisitedCellItem m_lastVisitedCellItem(
                                                                      in template (value) LastVisitedCellInformation p_lastVisitedCellInformation,
                                                                      in template (omit) LastVisitedCellItem.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                lastVisitedCellInformation := p_lastVisitedCellInformation,
                iE_Extensions              := p_iE_Extensions
            } // End of template m_lastVisitedCellItem

            template (omit) LastVisitedNGRANCellInformation m_lastVisitedNGRANCellInformation(
                                                                                              in template (value) NGRAN_CGI p_globalCellID,
                                                                                              in template (value) CellType p_cellType,
                                                                                              in template (value) TimeUEStayedInCell p_timeUEStayedInCell,
                                                                                              in template (omit) TimeUEStayedInCellEnhancedGranularity p_timeUEStayedInCellEnhancedGranularity := omit,
                                                                                              in template (omit) Cause p_hOCauseValue := omit,
                                                                                              in template (omit) LastVisitedNGRANCellInformation.iE_Extensions p_iE_Extensions := omit
                                                                                              ) := {
                globalCellID                          := p_globalCellID,
                cellType                              := p_cellType,
                timeUEStayedInCell                    := p_timeUEStayedInCell,
                timeUEStayedInCellEnhancedGranularity := p_timeUEStayedInCellEnhancedGranularity,
                hOCauseValue                          := p_hOCauseValue,
                iE_Extensions                         := p_iE_Extensions
            } // End of template m_lastVisitedNGRANCellInformation

            template (value) LastVisitedNGRANCellInformation.iE_Extensions m_lastVisitedNGRANCellInformation_id_LastVisitedPSCellList(
                                                                                                                                      in template (value) LastVisitedPSCellList p_lastVisitedPSCellList
                                                                                                                                      ) := {
                { 
                    id             := id_LastVisitedPSCellList,
                    criticality    := ignore,
                    extensionValue := { LastVisitedPSCellList := p_lastVisitedPSCellList }	
                }
            } // End of template m_lastVisitedNGRANCellInformation_id_LastVisitedPSCellList

            template (omit) LastVisitedPSCellInformation m_LastVisitedPSCellInformation(
                                                                                        in template (value) NGRAN_CGI p_pSCellID,
                                                                                        in template (value) LastVisitedPSCellInformation.timeStay p_timeStay,
                                                                                        in template (omit) LastVisitedPSCellInformation.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                pSCellID      := p_pSCellID,
                timeStay      := p_timeStay,
                iE_Extensions := p_iE_Extensions
            } // End of template m_LastVisitedPSCellInformation

            template (value) LineType m_lineType(in LineType p_value := pon) := p_value;

            template (value) LocationReportingAdditionalInfo m_locationReportingAdditionalInfo(in LocationReportingAdditionalInfo p_value := includePSCell) := p_value;

            template (omit) LocationReportingRequestType m_locationReportingRequestType(
                                                                                        in template (value) EventType p_eventType,
                                                                                        in template (value) ReportArea p_reportArea,
                                                                                        in template (omit) AreaOfInterestList p_areaOfInterestList := omit,
                                                                                        in template (omit) LocationReportingReferenceID p_locationReportingReferenceIDToBeCancelled := omit,
                                                                                        in template (omit) LocationReportingRequestType.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                eventType                                 := p_eventType,
                reportArea                                := p_reportArea,
                areaOfInterestList                        := p_areaOfInterestList,
                locationReportingReferenceIDToBeCancelled := p_locationReportingReferenceIDToBeCancelled,
                // The above IE shall be present if the event type is set to “stop reporting UE presence in the area of interest”
                iE_Extensions                             := p_iE_Extensions
            } // End of template m_locationReportingRequestType

            template (value) LocationReportingRequestType.iE_Extensions m_locationReportingRequestType_id_LocationReportingAdditionalInfo(
                                                                                                                                          in template (value) LocationReportingAdditionalInfo p_locationReportingAdditionalInfo
                                                                                                                                          ) := {
                { 
                    id             := id_LocationReportingAdditionalInfo,
                    criticality    := ignore,
                    extensionValue := { LocationReportingAdditionalInfo := p_locationReportingAdditionalInfo }	
                }
            } // End of template m_locationReportingRequestType_id_LocationReportingAdditionalInfo

            template (omit) LoggedMDTNr m_loggedMDTNr(
                                                      in template (value) LoggingInterval p_loggingInterval,
                                                      in template (value) LoggingDuration p_loggingDuration,
                                                      in template (value) LoggedMDTTrigger p_loggedMDTTrigger,
                                                      in template (omit) BluetoothMeasurementConfiguration p_bluetoothMeasurementConfiguration := omit,
                                                      in template (omit) WLANMeasurementConfiguration p_wLANMeasurementConfiguration := omit,
                                                      in template (omit) SensorMeasurementConfiguration p_sensorMeasurementConfiguration := omit,
                                                      in template (omit) AreaScopeOfNeighCellsList p_areaScopeOfNeighCellsList := omit,
                                                      in template (omit) LoggedMDTNr.iE_Extensions p_iE_Extensions := omit
                                                      ) := {
                loggingInterval                   := p_loggingInterval,
                loggingDuration                   := p_loggingDuration,
                loggedMDTTrigger                  := p_loggedMDTTrigger,
                bluetoothMeasurementConfiguration := p_bluetoothMeasurementConfiguration,
                wLANMeasurementConfiguration      := p_wLANMeasurementConfiguration,
                sensorMeasurementConfiguration    := p_sensorMeasurementConfiguration,
                areaScopeOfNeighCellsList         := p_areaScopeOfNeighCellsList,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_loggedMDTNr

            template (value) LoggingInterval m_loggingInterval(in LoggingInterval p_value := ms320) := p_value;

            template (value) LoggingDuration m_loggingDuration(in LoggingDuration p_value := m10) := p_value;

            template (value) Links_to_log m_Links_to_log(in Links_to_log p_value := uplink) := p_value;

            template (value) LoggedMDTTrigger m_loggedMDTTrigger_gERANCell(
                                                                           in template (value) EventTrigger p_eventTrigger
                                                                           ) := {
                eventTrigger := p_eventTrigger
            } // End of template m_loggedMDTTrigger_gERANCell

            template (value) LoggedMDTTrigger m_loggedMDTTrigger_choice_Extensions(
                                                                                   in template (value) LoggedMDTTrigger.choice_Extensions p_choice_Extensions
                                                                                   ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_loggedMDTTrigger_choice_Extensions

            template (value) LTEM_Indication m_lTEM_Indication(in LTEM_Indication p_value := lte_m) := p_value;

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

            template (omit) LTEUESidelinkAggregateMaximumBitrate m_lTEUESidelinkAggregateMaximumBitrate(
                                                                                                        in template (value) BitRate p_uESidelinkAggregateMaximumBitRate,
                                                                                                        in template (omit) LTEUESidelinkAggregateMaximumBitrate.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                uESidelinkAggregateMaximumBitRate := p_uESidelinkAggregateMaximumBitRate,
                iE_Extensions                     := p_iE_Extensions
            } // End of template m_lTEUESidelinkAggregateMaximumBitrate

            template (value) MaximumIntegrityProtectedDataRate m_maximumIntegrityProtectedDataRate(in MaximumIntegrityProtectedDataRate p_value := bitrate64kbs) := p_value;
            template (omit) MBS_DataForwardingResponseMRBItem m_mBS_DataForwardingResponseMRBItem(
                                                                                                  in template (value) MRB_ID p_mRB_ID,
                                                                                                  in template (value) UPTransportLayerInformation p_dL_Forwarding_UPTNLInformation,
                                                                                                  in template (omit) MRB_ProgressInformation p_mRB_ProgressInformation := omit,
                                                                                                  in template (omit) MBS_DataForwardingResponseMRBItem.iE_Extensions p_iE_Extensions := omit
                                                                                                  ) := {
                mRB_ID                         := p_mRB_ID,
                dL_Forwarding_UPTNLInformation := p_dL_Forwarding_UPTNLInformation,
                mRB_ProgressInformation        := p_mRB_ProgressInformation,
                iE_Extensions                  := p_iE_Extensions
            } // End of template m_mBS_DataForwardingResponseMRBItem
            template (omit) MBS_MappingandDataForwardingRequestItem m_mBS_MappingandDataForwardingRequestItem(
                                                                                                              in template (value) MRB_ID p_mRB_ID,
                                                                                                              in template (value) MBS_QoSFlowList p_mBS_QoSFlowList,
                                                                                                              in template (omit) MRB_ProgressInformation p_mRB_ProgressInformation := omit,
                                                                                                              in template (omit) MBS_MappingandDataForwardingRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                                                              ) := {
                mRB_ID                  := p_mRB_ID,
                mBS_QoSFlowList         := p_mBS_QoSFlowList,
                mRB_ProgressInformation := p_mRB_ProgressInformation,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_mBS_MappingandDataForwardingRequestItem
            template (value) MRB_ProgressInformation m_mRB_ProgressInformation_pDCP_SN_Length12(
                                                                                                in template (value) MRB_ProgressInformation.pDCP_SN_Length12 p_pDCP_SN_Length12
                                                                                                ) := {
                pDCP_SN_Length12 := p_pDCP_SN_Length12
            } // End of template m_mRB_ProgressInformation_pDCP_SN_Length12
            template (value) MRB_ProgressInformation m_mRB_ProgressInformation_pDCP_SN_Length18(
                                                                                                in template (value) MRB_ProgressInformation.pDCP_SN_Length18 p_pDCP_SN_Length18
                                                                                                ) := {
                pDCP_SN_Length18 := p_pDCP_SN_Length18
            } // End of template m_mRB_ProgressInformation_pDCP_SN_Length18
            template (value) MRB_ProgressInformation m_mRB_ProgressInformation_choice_Extensions(
                                                                                                 in template (value) MRB_ProgressInformation.choice_Extensions p_choice_Extensions
                                                                                                 ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_mRB_ProgressInformation_choice_Extensions

            template (omit) MBS_QoSFlowsToBeSetupItem m_mBS_QoSFlowsToBeSetupItem(
                                                                                  in template (value)QosFlowIdentifier p_mBSqosFlowIdentifier,
                                                                                  in template (value)QosFlowLevelQosParameters p_mBSqosFlowLevelQosParameters,
                                                                                  in template (omit) MBS_QoSFlowsToBeSetupItem.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                mBSqosFlowIdentifier         := p_mBSqosFlowIdentifier,
                mBSqosFlowLevelQosParameters := p_mBSqosFlowLevelQosParameters,
                iE_Extensions                := p_iE_Extensions
            } // End of template m_mBS_QoSFlowsToBeSetupItem

            template (value) MBS_ServiceArea m_mBS_ServiceArea_locationindependent(
                                                                                   in template (value) MBS_ServiceAreaInformation p_locationindependent
                                                                                   ) := {
                locationindependent := p_locationindependent
            } // End of template m_mBS_ServiceArea_locationindependent

            template (value) MBS_ServiceArea m_mBS_ServiceArea_locationdependent(
                                                                                   in template (value) MBS_ServiceAreaInformationList p_locationdependent
                                                                                   ) := {
                locationdependent := p_locationdependent
            } // End of template m_mBS_ServiceArea_locationdependent

            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