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

            template (omit) PDUSessionResourceSetupItemCxtReq m_pDUSessionResourceSetupItemCxtReq(
                                                                                                  in template (value) PDUSessionID p_pDUSessionID,
                                                                                                  in template (value) S_NSSAI p_s_NSSAI,
                                                                                                  in template (value) PDUSessionResourceSetupItemCxtReq.pDUSessionResourceSetupRequestTransfer p_pDUSessionResourceSetupRequestTransfer,
                                                                                                  in template (omit) NAS_PDU p_nAS_PDU := omit,
                                                                                                  in template (omit) PDUSessionResourceSetupItemCxtReq.iE_Extensions p_iE_Extensions := omit
                                                                                                  ) := {
                pDUSessionID                           := p_pDUSessionID,
                nAS_PDU                                := p_nAS_PDU,
                s_NSSAI                                := p_s_NSSAI,
                pDUSessionResourceSetupRequestTransfer := p_pDUSessionResourceSetupRequestTransfer,
                iE_Extensions                          := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupItemCxtReq

            template (value) PDUSessionResourceSetupItemCxtReq.iE_Extensions m_pDUSessionResourceSetupItemCxtReq_id_PduSessionExpectedUEActivityBehaviour(
                                                                                                                                                          in template (value) ExpectedUEActivityBehaviour p_expectedUEActivityBehaviour
                                                                                                                                                          ) := {
                { 
                    id             := id_PduSessionExpectedUEActivityBehaviour,
                    criticality    := ignore,
                    extensionValue := { ExpectedUEActivityBehaviour := p_expectedUEActivityBehaviour }	
                }
            } // End of template m_pDUSessionResourceSetupItemCxtReq_id_PduSessionExpectedUEActivityBehaviour

            template (omit) PDUSessionResourceSetupItemCxtRes m_pDUSessionResourceSetupItemCxtRes(
                                                                                                  in template (value) PDUSessionID p_pDUSessionID,
                                                                                                  in template (value) PDUSessionResourceSetupItemCxtRes.pDUSessionResourceSetupResponseTransfer p_pDUSessionResourceSetupResponseTransfer,
                                                                                                  in template (omit) PDUSessionResourceSetupItemCxtRes.iE_Extensions p_iE_Extensions := omit
                                                                                                  ) := {
                pDUSessionID                            := p_pDUSessionID,
                pDUSessionResourceSetupResponseTransfer := p_pDUSessionResourceSetupResponseTransfer,
                iE_Extensions                           := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupItemCxtRes

            template (omit) PDUSessionResourceSetupItemHOReq m_pDUSessionResourceSetupItemHOReq(
                                                                                                in template (value) PDUSessionID p_pDUSessionID,
                                                                                                in template (value) S_NSSAI p_s_NSSAI,
                                                                                                in template (value) PDUSessionResourceSetupItemHOReq.handoverRequestTransfer p_handoverRequestTransfer,
                                                                                                in template (omit) PDUSessionResourceSetupItemHOReq.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                pDUSessionID            := p_pDUSessionID,
                s_NSSAI                 := p_s_NSSAI,
                handoverRequestTransfer := p_handoverRequestTransfer,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupItemHOReq

            template (value) PDUSessionResourceSetupItemHOReq.iE_Extensions m_pDUSessionResourceSetupItemHOReq_id_PduSessionExpectedUEActivityBehaviour(
                                                                                                                                                        in template (value) ExpectedUEActivityBehaviour p_expectedUEActivityBehaviour
                                                                                                                                                        ) := {
                { 
                    id             := id_PduSessionExpectedUEActivityBehaviour,
                    criticality    := ignore,
                    extensionValue := { ExpectedUEActivityBehaviour := p_expectedUEActivityBehaviour }	
                }
            } // End of template m_pDUSessionResourceSetupItemCxtReq_id_PduSessionExpectedUEActivityBehaviour

            template (omit) PDUSessionResourceSetupItemSUReq m_pDUSessionResourceSetupItemSUReq(
                                                                                                in template (value) PDUSessionID p_pDUSessionID,
                                                                                                in template (value) S_NSSAI p_s_NSSAI,
                                                                                                in template (value) PDUSessionResourceSetupItemSUReq.pDUSessionResourceSetupRequestTransfer p_pDUSessionResourceSetupRequestTransfer,
                                                                                                in template (omit) NAS_PDU p_pDUSessionNAS_PDU := omit,
                                                                                                in template (omit) PDUSessionResourceSetupItemSUReq.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                pDUSessionID                           := p_pDUSessionID,
                pDUSessionNAS_PDU                      := p_pDUSessionNAS_PDU,
                s_NSSAI                                := p_s_NSSAI,
                pDUSessionResourceSetupRequestTransfer := p_pDUSessionResourceSetupRequestTransfer,
                iE_Extensions                          := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupItemSUReq

            template (value) PDUSessionResourceSetupItemSUReq.iE_Extensions m_pDUSessionResourceSetupItemSUReq_id_PduSessionExpectedUEActivityBehaviour(
                                                                                                                                                        in template (value) ExpectedUEActivityBehaviour p_expectedUEActivityBehaviour
                                                                                                                                                        ) := {
                { 
                    id             := id_PduSessionExpectedUEActivityBehaviour,
                    criticality    := ignore,
                    extensionValue := { ExpectedUEActivityBehaviour := p_expectedUEActivityBehaviour }	
                }
            } // End of template m_pDUSessionResourceSetupItemSUReq_id_PduSessionExpectedUEActivityBehaviour

            template (omit) PDUSessionResourceSetupItemSURes m_pDUSessionResourceSetupItemSURes(
                                                                                                in template (value) PDUSessionID p_pDUSessionID,
                                                                                                in template (value) PDUSessionResourceSetupItemSURes.pDUSessionResourceSetupResponseTransfer p_pDUSessionResourceSetupResponseTransfer,
                                                                                                in template (omit) PDUSessionResourceSetupItemSURes.iE_Extensions p_iE_Extensions := omit
                                                                                                ) := {
                pDUSessionID                            := p_pDUSessionID,
                pDUSessionResourceSetupResponseTransfer := p_pDUSessionResourceSetupResponseTransfer,
                iE_Extensions                           := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupItemSURes

            template (value) PDUSessionResourceSetupRequestTransfer m_pDUSessionResourceSetupRequestTransfer(
                                                                                                             in template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs p_protocolIEs
                                                                                                             ) := {
                protocolIEs := p_protocolIEs
            } // End of template m_pDUSessionResourceSetupRequestTransfer

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_PDUSessionAggregateMaximumBitRate(
                                                                                                                                                              in template (value) PDUSessionAggregateMaximumBitRate p_pDUSessionAggregateMaximumBitRate
                                                                                                                                                              ) := {
                { 
                    id          := id_PDUSessionAggregateMaximumBitRate,
                    criticality := reject,
                    value_      := { PDUSessionAggregateMaximumBitRate := p_pDUSessionAggregateMaximumBitRate }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_PDUSessionAggregateMaximumBitRate

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_UL_NGU_UP_TNLInformation(
                                                                                                                                                     in template (value) UPTransportLayerInformationList p_uPTransportLayerInformationList
                                                                                                                                                     ) := {
                { 
                    id          := id_UL_NGU_UP_TNLInformation,
                    criticality := reject,
                    value_      := { UPTransportLayerInformationList := p_uPTransportLayerInformationList }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_UL_NGU_UP_TNLInformation

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_DataForwardingNotPossible(
                                                                                                                                                      in template (value) DataForwardingNotPossible p_dataForwardingNotPossible
                                                                                                                                                      ) := {
                { 
                    id          := id_DataForwardingNotPossible,
                    criticality := reject,
                    value_      := { DataForwardingNotPossible := p_dataForwardingNotPossible }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_DataForwardingNotPossible

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_PDUSessionType(
                                                                                                                                           in template (value) PDUSessionType p_pDUSessionType
                                                                                                                                           ) := {
                { 
                    id          := id_PDUSessionType,
                    criticality := reject,
                    value_      := { PDUSessionType := p_pDUSessionType }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_PDUSessionType

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_SecurityIndication(
                                                                                                                                               in template (value) SecurityIndication p_securityIndication
                                                                                                                                               ) := {
                { 
                    id          := id_SecurityIndication,
                    criticality := reject,
                    value_      := { SecurityIndication := p_securityIndication }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_SecurityIndication

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_NetworkInstance(
                                                                                                                                            in template (value) NetworkInstance p_networkInstance
                                                                                                                                            ) := {
                { 
                    id          := id_NetworkInstance,
                    criticality := reject,
                    value_      := { NetworkInstance := p_networkInstance }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_NetworkInstance

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_QosFlowSetupRequestList(
                                                                                                                                                    in template (value) QosFlowSetupRequestList p_qosFlowSetupRequestList
                                                                                                                                                    ) := {
                { 
                    id          := id_QosFlowSetupRequestList,
                    criticality := reject,
                    value_      := { QosFlowSetupRequestList := p_qosFlowSetupRequestList }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_QosFlowSetupRequestList

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_CommonNetworkInstance(
                                                                                                                                                  in template (value) CommonNetworkInstance p_commonNetworkInstance
                                                                                                                                                  ) := {
                { 
                    id          := id_CommonNetworkInstance,
                    criticality := ignore,
                    value_      := { CommonNetworkInstance := p_commonNetworkInstance }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_CommonNetworkInstance

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_DirectForwardingPathAvailability(
                                                                                                                                                             in template (value) DirectForwardingPathAvailability p_directForwardingPathAvailability
                                                                                                                                                             ) := {
                { 
                    id          := id_DirectForwardingPathAvailability,
                    criticality := ignore,
                    value_      := { DirectForwardingPathAvailability := p_directForwardingPathAvailability }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_DirectForwardingPathAvailability

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_RedundantUL_NGU_UP_TNLInformation(
                                                                                                                                                              in template (value) UPTransportLayerInformation p_uPTransportLayerInformation
                                                                                                                                                              ) := {
                { 
                    id          := id_RedundantUL_NGU_UP_TNLInformation,
                    criticality := ignore,
                    value_      := { UPTransportLayerInformation := p_uPTransportLayerInformation }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_RedundantUL_NGU_UP_TNLInformation

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_AdditionalRedundantUL_NGU_UP_TNLInformation(
                                                                                                                                                                        in template (value) UPTransportLayerInformationList p_uPTransportLayerInformationList
                                                                                                                                                                        ) := {
                { 
                    id          := id_AdditionalRedundantUL_NGU_UP_TNLInformation,
                    criticality := ignore,
                    value_      := { UPTransportLayerInformationList := p_uPTransportLayerInformationList }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_AdditionalRedundantUL_NGU_UP_TNLInformation

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_RedundantCommonNetworkInstancen(
                                                                                                                                                            in template (value) CommonNetworkInstance p_commonNetworkInstance
                                                                                                                                                            ) := {
                { 
                    id          := id_RedundantCommonNetworkInstance,
                    criticality := ignore,
                    value_      := { CommonNetworkInstance := p_commonNetworkInstance }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_RedundantCommonNetworkInstance

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_RedundantPDUSessionInformation(
                                                                                                                                                           in template (value) RedundantPDUSessionInformation p_redundantPDUSessionInformation
                                                                                                                                                           ) := {
                { 
                    id          := id_RedundantPDUSessionInformation,
                    criticality := ignore,
                    value_      := { RedundantPDUSessionInformation := p_redundantPDUSessionInformation }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_RedundantPDUSessionInformation

            template (value) PDUSessionResourceSetupRequestTransfer.protocolIEs m_pDUSessionResourceSetupRequestTransfer_id_MBSSessionSetupRequestList(
                                                                                                                                                       in template (value) MBSSessionSetupRequestList p_mBSSessionSetupRequestList
                                                                                                                                                       ) := {
                { 
                    id          := id_MBSSessionSetupRequestList,
                    criticality := ignore,
                    value_      := { MBSSessionSetupRequestList := p_mBSSessionSetupRequestList }	
                }
            } // End of template m_pDUSessionResourceSetupRequestTransfer_id_MBSSessionSetupRequestList

            template (omit) PDUSessionResourceSetupResponseTransfer m_pDUSessionResourceSetupResponseTransfer(
                                                                                                              in template (value) QosFlowPerTNLInformation p_dLQosFlowPerTNLInformation,
                                                                                                              in template (omit) QosFlowPerTNLInformationList p_additionalDLQosFlowPerTNLInformation := omit,
                                                                                                              in template (omit) SecurityResult p_securityResult := omit,
                                                                                                              in template (omit) QosFlowListWithCause p_qosFlowFailedToSetupList := omit,
                                                                                                              in template (omit) PDUSessionResourceSetupResponseTransfer.iE_Extensions p_iE_Extensions := omit
                                                                                                              ) := {
                dLQosFlowPerTNLInformation           := p_dLQosFlowPerTNLInformation,
                additionalDLQosFlowPerTNLInformation := p_additionalDLQosFlowPerTNLInformation,
                securityResult                       := p_securityResult,
                qosFlowFailedToSetupList             := p_qosFlowFailedToSetupList,
                iE_Extensions                        := p_iE_Extensions
            } // End of template m_pDUSessionResourceSetupResponseTransfer

            template (value) PDUSessionResourceSetupResponseTransfer.iE_Extensions m_pDUSessionResourceSetupResponseTransfer_id_RedundantDLQosFlowPerTNLInformation(
                                                                                                                                                                    in template (value) QosFlowPerTNLInformation p_qosFlowPerTNLInformation
                                                                                                                                                                    ) := {
                { 
                    id             := id_RedundantDLQosFlowPerTNLInformation,
                    criticality    := ignore,
                    extensionValue := { QosFlowPerTNLInformation := p_qosFlowPerTNLInformation }	
                }
            } // End of template m_pDUSessionResourceSetupResponseTransfer_id_RedundantDLQosFlowPerTNLInformation

            template (value) PDUSessionResourceSetupResponseTransfer.iE_Extensions m_pDUSessionResourceSetupResponseTransfer_id_AdditionalRedundantDLQosFlowPerTNLInformation(
                                                                                                                                                                              in template (value) QosFlowPerTNLInformationList p_qosFlowPerTNLInformationList
                                                                                                                                                                              ) := {
                { 
                    id             := id_AdditionalRedundantDLQosFlowPerTNLInformation,
                    criticality    := ignore,
                    extensionValue := { QosFlowPerTNLInformationList := p_qosFlowPerTNLInformationList }	
                }
            } // End of template m_pDUSessionResourceSetupResponseTransfer_id_AdditionalRedundantDLQosFlowPerTNLInformation

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

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

            template (value) PDUSessionResourceSetupResponseTransfer.iE_Extensions m_pDUSessionResourceSetupResponseTransfer_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_pDUSessionResourceSetupResponseTransfer_id_MBS_SupportIndicator

            template (value) PDUSessionResourceSetupResponseTransfer.iE_Extensions m_pDUSessionResourceSetupResponseTransfer_id_MBSSessionSetupResponseList(
                                                                                                                                                            in template (value) MBSSessionSetupResponseList p_mBSSessionSetupResponseList
                                                                                                                                                            ) := {
                { 
                    id             := id_MBSSessionSetupResponseList,
                    criticality    := ignore,
                    extensionValue := { MBSSessionSetupResponseList := p_mBSSessionSetupResponseList }	
                }
            } // End of template m_pDUSessionResourceSetupResponseTransfer_id_MBSSessionSetupResponseList

            template (value) PDUSessionResourceSetupResponseTransfer.iE_Extensions m_pDUSessionResourceSetupResponseTransfer_id_MBSSessionFailedtoSetupList(
                                                                                                                                                            in template (value) MBSSessionFailedtoSetupList p_mBSSessionFailedtoSetupList
                                                                                                                                                            ) := {
                { 
                    id             := id_MBSSessionFailedtoSetupList,
                    criticality    := ignore,
                    extensionValue := { MBSSessionFailedtoSetupList := p_mBSSessionFailedtoSetupList }	
                }
            } // End of template m_pDUSessionResourceSetupResponseTransfer_id_MBSSessionFailedtoSetupList

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

            template (omit) PDUSessionResourceSuspendItemSUSReq m_pDUSessionResourceSuspendItemSUSReq(
                                                                                                      in template (value) PDUSessionID p_pDUSessionID,
                                                                                                      in template (value) PDUSessionResourceSuspendItemSUSReq.uEContextSuspendRequestTransfer p_uEContextSuspendRequestTransfer,
                                                                                                      in template (omit) PDUSessionResourceSuspendItemSUSReq.iE_Extensions p_iE_Extensions := omit
                                                                                                      ) := {
                pDUSessionID                    := p_pDUSessionID,
                uEContextSuspendRequestTransfer := p_uEContextSuspendRequestTransfer,
                iE_Extensions                   := p_iE_Extensions
            } // End of template m_pDUSessionResourceSuspendItemSUSReq

            template (omit) PDUSessionResourceSwitchedItem m_pDUSessionResourceSwitchedItem(
                                                                                            in template (value) PDUSessionID p_pDUSessionID,
                                                                                            in template (value) PDUSessionResourceSwitchedItem.pathSwitchRequestAcknowledgeTransfer p_pathSwitchRequestAcknowledgeTransfer,
                                                                                            in template (omit) PDUSessionResourceSwitchedItem.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                pDUSessionID                         := p_pDUSessionID,
                pathSwitchRequestAcknowledgeTransfer := p_pathSwitchRequestAcknowledgeTransfer,
                iE_Extensions                        := p_iE_Extensions
            } // End of template m_pDUSessionResourceSwitchedItem

            template (value) PDUSessionResourceSwitchedItem.iE_Extensions m_pDUSessionResourceSwitchedItem_id_PduSessionExpectedUEActivityBehaviour(
                                                                                                                                                    in template (value) ExpectedUEActivityBehaviour p_expectedUEActivityBehaviour
                                                                                                                                                    ) := {
                { 
                    id             := id_PduSessionExpectedUEActivityBehaviour,
                    criticality    := ignore,
                    extensionValue := { ExpectedUEActivityBehaviour := p_expectedUEActivityBehaviour }	
                }
            } // End of template m_pDUSessionResourceSwitchedItem_id_PduSessionExpectedUEActivityBehaviour

            template (omit) PDUSessionResourceToBeSwitchedDLItem m_pDUSessionResourceToBeSwitchedDLItem(
                                                                                                        in template (value) PDUSessionID p_pDUSessionID,
                                                                                                        in template (value) PDUSessionResourceToBeSwitchedDLItem.pathSwitchRequestTransfer p_pathSwitchRequestTransfer,
                                                                                                        in template (omit) PDUSessionResourceToBeSwitchedDLItem.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                pDUSessionID              := p_pDUSessionID,
                pathSwitchRequestTransfer := p_pathSwitchRequestTransfer,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_pDUSessionResourceToBeSwitchedDLItem

            template (omit) PDUSessionResourceToReleaseItemHOCmd m_pDUSessionResourceToReleaseItemHOCmd(
                                                                                                        in template (value) PDUSessionID p_pDUSessionID,
                                                                                                        in template (value) PDUSessionResourceToReleaseItemHOCmd.handoverPreparationUnsuccessfulTransfer p_handoverPreparationUnsuccessfulTransfer,
                                                                                                        in template (omit) PDUSessionResourceToReleaseItemHOCmd.iE_Extensions p_iE_Extensions := omit
                                                                                                        ) := {
                pDUSessionID                            := p_pDUSessionID,
                handoverPreparationUnsuccessfulTransfer := p_handoverPreparationUnsuccessfulTransfer,
                iE_Extensions                           := p_iE_Extensions
            } // End of template m_pDUSessionResourceToReleaseItemHOCmd

            template (omit) PDUSessionResourceToReleaseItemRelCmd m_pDUSessionResourceToReleaseItemRelCmd(
                                                                                                          in template (value) PDUSessionID p_pDUSessionID,
                                                                                                          in template (value) PDUSessionResourceToReleaseItemRelCmd.pDUSessionResourceReleaseCommandTransfer p_pDUSessionResourceReleaseCommandTransfer,
                                                                                                          in template (omit) PDUSessionResourceToReleaseItemRelCmd.iE_Extensions p_iE_Extensions := omit
                                                                                                          ) := {
                pDUSessionID                             := p_pDUSessionID,
                pDUSessionResourceReleaseCommandTransfer := p_pDUSessionResourceReleaseCommandTransfer,
                iE_Extensions                            := p_iE_Extensions
            } // End of template m_pDUSessionResourceToReleaseItemRelCmd

            template (value) PDUSessionType m_pDUSessionType(in PDUSessionType p_value := ipv4) := p_value;

            template (omit) PDUSessionUsageReport m_pDUSessionUsageReport(
                                                                          in template (value) PDUSessionUsageReport.rATType p_rATType := nr,
                                                                          in template (value) VolumeTimedReportList p_pDUSessionTimedReportList,
                                                                          in template (omit) PDUSessionUsageReport.iE_Extensions p_iE_Extensions := omit
                                                                          ) := {
                rATType                   := p_rATType,
                pDUSessionTimedReportList := p_pDUSessionTimedReportList,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_pDUSessionUsageReport

            template (omit) PEIPSassistanceInformation m_pEIPSassistanceInformation(
                                                                                    in template (value)CNsubgroupID p_cNsubgroupID,
                                                                                    in template (omit) PEIPSassistanceInformation.iE_Extensions p_iE_Extensions := omit
                                                                                    ) := {
                cNsubgroupID  := p_cNsubgroupID,
                iE_Extensions := p_iE_Extensions
            } // End of template m_pEIPSassistanceInformation

            template (omit) PLMNAreaBasedQMC m_pLMNAreaBasedQMC(
                                                                in template (value) PLMNListforQMC p_plmnListforQMC,
                                                                in template (omit) PLMNAreaBasedQMC.iE_Extensions p_iE_Extensions := omit
                                                                ) := {
                plmnListforQMC := p_plmnListforQMC,
                iE_Extensions  := p_iE_Extensions
            } // End of template m_pLMNAreaBasedQMC

            template (omit) PLMNSupportItem m_pLMNSupportItem(
                                                              in template (value) PLMNIdentity p_pLMNIdentity,
                                                              in template (value) SliceSupportList p_sliceSupportList,
                                                              in template (omit) PLMNSupportItem.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                pLMNIdentity     := p_pLMNIdentity,
                sliceSupportList := p_sliceSupportList,
                iE_Extensions    := p_iE_Extensions
            } // End of template m_pLMNSupportItem

            template (value) PLMNSupportItem.iE_Extensions m_pLMNSupportItem_id_NPN_Support(
                                                                                            in template (value) NPN_Support p_nPN_Support
                                                                                            ) := {
                { 
                    id             := id_NPN_Support,
                    criticality    := reject,
                    extensionValue := { NPN_Support := p_nPN_Support }	
                }
            } // End of template m_pLMNSupportItem_id_NPN_Support

            template (value) PLMNSupportItem.iE_Extensions m_pLMNSupportItem_id_ExtendedSliceSupportList(
                                                                                                         in template (value) ExtendedSliceSupportList p_extendedSliceSupportList
                                                                                                         ) := {
                { 
                    id             := id_ExtendedSliceSupportList,
                    criticality    := reject,
                    extensionValue := { ExtendedSliceSupportList := p_extendedSliceSupportList }	
                }
            } // End of template m_pLMNSupportItem_id_ExtendedSliceSupportList

            template (value) PLMNSupportItem.iE_Extensions m_pLMNSupportItem_id_OnboardingSupport(
                                                                                                         in template (value) OnboardingSupport p_onboardingSupport
                                                                                                         ) := {
                { 
                    id             := id_OnboardingSupport,
                    criticality    := ignore,
                    extensionValue := { OnboardingSupport := p_onboardingSupport }	
                }
            } // End of template m_pLMNSupportItem_id_OnboardingSupport

            template (omit) PNI_NPN_MobilityInformation m_pNI_NPN_MobilityInformation(
                                                                                      in template (value) Allowed_PNI_NPN_List p_allowed_PNI_NPI_List,
                                                                                      in template (omit) PNI_NPN_MobilityInformation.iE_Extensions p_iE_Extensions := omit
                                                                                      ) := {
                allowed_PNI_NPI_List := p_allowed_PNI_NPI_List,
                iE_Extensions        := p_iE_Extensions
            } // End of template m_pNI_NPN_MobilityInformation

            template (value) Pre_emptionCapability m_pre_emptionCapability(in Pre_emptionCapability p_value := shall_not_trigger_pre_emption) := p_value;

            template (value) Pre_emptionVulnerability m_pre_emptionVulnerability(in Pre_emptionVulnerability p_value := not_pre_emptable) := p_value;

            template (value) PWSFailedCellIDList m_pWSFailedCellIDList_nR_CGI_PWSFailedList(
                                                                                            in template (value) NR_CGIList p_nR_CGI_PWSFailedList
                                                                                            ) := {
                nR_CGI_PWSFailedList := p_nR_CGI_PWSFailedList
            } // End of template m_pWSFailedCellIDList_nR_CGI_PWSFailedList

            template (value) PWSFailedCellIDList m_pWSFailedCellIDList_eUTRA_CGI_PWSFailedList(
                                                                                               in template (value) EUTRA_CGIList p_eUTRA_CGI_PWSFailedList
                                                                                               ) := {
                eUTRA_CGI_PWSFailedList := p_eUTRA_CGI_PWSFailedList
            } // End of template m_pWSFailedCellIDList_eUTRA_CGI_PWSFailedList

            template (value) PWSFailedCellIDList m_pWSFailedCellIDList_choice_Extensions(
                                                                                         in template (value) PWSFailedCellIDList.choice_Extensions p_choice_Extensions
                                                                                         ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_pWSFailedCellIDList_choice_Extensions

6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812
            template (omit) QMCConfigInfo m_qMCConfigInfo(
                                                          in template (value) UEAppLayerMeasInfoList p_uEAppLayerMeasInfoList,
                                                          in template (omit) QMCConfigInfo.iE_Extensions p_iE_Extensions := omit
                                                          ) := {
                uEAppLayerMeasInfoList := p_uEAppLayerMeasInfoList,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_qMCConfigInfo

            template (omit) QMCDeactivation m_qMCDeactivation(
                                                              in template (value) QoEReferenceList p_qoEReferenceList,
                                                              in template (omit) QMCDeactivation.iE_Extensions p_iE_Extensions := omit
                                                              ) := {
                qoEReferenceList := p_qoEReferenceList,
                iE_Extensions    := p_iE_Extensions
            } // End of template m_qMCDeactivation

            template (value) QosCharacteristics m_qosCharacteristics_nonDynamic5QI(
                                                                                   in template (value) NonDynamic5QIDescriptor p_nonDynamic5QI
                                                                                   ) := {
                nonDynamic5QI := p_nonDynamic5QI
            } // End of template m_qosCharacteristics_nonDynamic5QI

            template (value) QosCharacteristics m_qosCharacteristics_dynamic5QI(
                                                                                in template (value) Dynamic5QIDescriptor p_dynamic5QI
                                                                                ) := {
                dynamic5QI := p_dynamic5QI
            } // End of template m_qosCharacteristics_dynamic5QI

            template (value) QosCharacteristics m_qosCharacteristics_choice_Extensions(
                                                                                       in template (value) QosCharacteristics.choice_Extensions p_choice_Extensions
                                                                                       ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_qosCharacteristics_choice_Extensions

            template (omit) QosFlowAcceptedItem  m_qosFlowAcceptedItem(
                                                                       in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                       in template (omit) QosFlowAcceptedItem.iE_Extensions p_iE_Extensions := omit
                                                                       ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                iE_Extensions     := p_iE_Extensions
            } // End of template 

            template (value) QosFlowAcceptedItem.iE_Extensions m_pLMNSupportItem_id_CurrentQoSParaSetIndex(
                                                                                                           in template (value) AlternativeQoSParaSetIndex p_alternativeQoSParaSetIndex
                                                                                                           ) := {
                { 
                    id             := id_CurrentQoSParaSetIndex,
                    criticality    := ignore,
                    extensionValue := { AlternativeQoSParaSetIndex := p_alternativeQoSParaSetIndex }	
                }
            } // End of template m_pLMNSupportItem_id_ExtendedSliceSupportList

            template (omit) QosFlowAddOrModifyRequestItem m_qosFlowAddOrModifyRequestItem(
                                                                                          in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                          in template (omit) QosFlowLevelQosParameters p_qosFlowLevelQosParameters := omit,
                                                                                          in template (omit) E_RAB_ID p_e_RAB_ID := omit,
                                                                                          in template (omit) QosFlowAddOrModifyRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                                          ) := {
                qosFlowIdentifier         := p_qosFlowIdentifier,
                qosFlowLevelQosParameters := p_qosFlowLevelQosParameters,
                e_RAB_ID                  := p_e_RAB_ID,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_qosFlowAddOrModifyRequestItem

            template (value) QosFlowAddOrModifyRequestItem.iE_Extensions m_qosFlowAddOrModifyRequestItem_id_TSCTrafficCharacteristics(
                                                                                                                                      in template (value) TSCTrafficCharacteristics p_tSCTrafficCharacteristics
                                                                                                                                      ) := {
                { 
                    id             := id_TSCTrafficCharacteristics,
                    criticality    := ignore,
                    extensionValue := { TSCTrafficCharacteristics := p_tSCTrafficCharacteristics }	
                }
            } // End of template m_qosFlowAddOrModifyRequestItem_id_TSCTrafficCharacteristics

            template (value) QosFlowAddOrModifyRequestItem.iE_Extensions m_qosFlowAddOrModifyRequestItem_id_RedundantQosFlowIndicator(
                                                                                                                                      in template (value) RedundantQosFlowIndicator p_redundantQosFlowIndicator
                                                                                                                                      ) := {
                { 
                    id             := id_RedundantQosFlowIndicator,
                    criticality    := ignore,
                    extensionValue := { RedundantQosFlowIndicator := p_redundantQosFlowIndicator }	
                }
            } // End of template m_qosFlowAddOrModifyRequestItem_id_RedundantQosFlowIndicator

            template (omit) QosFlowAddOrModifyResponseItem m_qosFlowAddOrModifyResponseItem(
                                                                                            in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                            in template (omit) QosFlowAddOrModifyResponseItem.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowAddOrModifyResponseItem

            template (value) QosFlowAddOrModifyResponseItem.iE_Extensions m_qosFlowAddOrModifyResponseItem_id_CurrentQoSParaSetIndex(
                                                                                                                                     in template (value) AlternativeQoSParaSetIndex p_alternativeQoSParaSetIndex
                                                                                                                                     ) := {
                { 
                    id             := id_CurrentQoSParaSetIndex,
                    criticality    := ignore,
                    extensionValue := { AlternativeQoSParaSetIndex := p_alternativeQoSParaSetIndex }	
                }
            } // End of template m_qosFlowAddOrModifyResponseItem_id_CurrentQoSParaSetIndex

            template (omit) QosFlowFeedbackItem m_qosFlowFeedbackItem(
                                                                      in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                      in template (omit) UpdateFeedback p_updateFeedback := omit,
                                                                      in template (omit) ExtendedPacketDelayBudget p_cNpacketDelayBudgetDL := omit,
                                                                      in template (omit) ExtendedPacketDelayBudget p_cNpacketDelayBudgetUL := omit,
                                                                      in template (omit) QosFlowFeedbackItem.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                qosFlowIdentifier     := p_qosFlowIdentifier,
                updateFeedback        := p_updateFeedback,
                cNpacketDelayBudgetDL := p_cNpacketDelayBudgetDL,
                cNpacketDelayBudgetUL := p_cNpacketDelayBudgetUL,
                iE_Extensions         := p_iE_Extensions
            } // End of template m_qosFlowFeedbackItem

            template (omit) QosFlowInformationItem m_qosFlowInformationItem(
                                                                            in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                            in template (omit) DLForwarding p_dLForwarding := omit,
                                                                            in template (omit) QosFlowInformationItem.iE_Extensions p_iE_Extensions := omit
                                                                            ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                dLForwarding      := p_dLForwarding,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowInformationItem

            template (value) QosFlowInformationItem.iE_Extensions m_qosFlowInformationItem_id_ULForwarding(
                                                                                                           in template (value) ULForwarding p_uLForwarding
                                                                                                           ) := {
                { 
                    id             := id_ULForwarding,
                    criticality    := ignore,
                    extensionValue := { ULForwarding := p_uLForwarding }	
                }
            } // End of template m_qosFlowInformationItem_id_ULForwarding

            template (value) QosFlowInformationItem.iE_Extensions m_qosFlowInformationItem_id_SourceTNLAddrInfo(
                                                                                                                in template (value) TransportLayerAddress p_transportLayerAddress
                                                                                                                ) := {
                { 
                    id             := id_SourceTNLAddrInfo,
                    criticality    := ignore,
                    extensionValue := { TransportLayerAddress := p_transportLayerAddress }	
                }
            } // End of template m_qosFlowInformationItem_id_SourceTNLAddrInfo

            template (value) QosFlowInformationItem.iE_Extensions m_qosFlowInformationItem_id_SourceNodeTNLAddrInfo(
                                                                                                                    in template (value) TransportLayerAddress p_transportLayerAddress
                                                                                                                    ) := {
                { 
                    id             := id_SourceNodeTNLAddrInfo,
                    criticality    := ignore,
                    extensionValue := { TransportLayerAddress := p_transportLayerAddress }	
                }
            } // End of template m_qosFlowInformationItem_id_SourceNodeTNLAddrInfo

            template (omit) QosFlowLevelQosParameters m_qosFlowLevelQosParameters(
                                                                                  in template (value) QosCharacteristics p_qosCharacteristics,
                                                                                  in template (value) AllocationAndRetentionPriority p_allocationAndRetentionPriority,
                                                                                  in template (omit) GBR_QosInformation p_gBR_QosInformation := omit,
                                                                                  in template (omit) ReflectiveQosAttribute p_reflectiveQosAttribute := omit,
                                                                                  in template (omit) AdditionalQosFlowInformation p_additionalQosFlowInformation := omit,
                                                                                  in template (omit) QosFlowLevelQosParameters.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                qosCharacteristics             := p_qosCharacteristics,
                allocationAndRetentionPriority := p_allocationAndRetentionPriority,
                gBR_QosInformation             := p_gBR_QosInformation,
                reflectiveQosAttribute         := p_reflectiveQosAttribute,
                additionalQosFlowInformation   := p_additionalQosFlowInformation,
                iE_Extensions                  := p_iE_Extensions
            } // End of template m_qosFlowLevelQosParameters

            template (value) QosFlowLevelQosParameters.iE_Extensions m_qosFlowLevelQosParameters_id_QosMonitoringRequest(
                                                                                                                         in template (value) QosMonitoringRequest p_qosMonitoringRequest
                                                                                                                         ) := {
                { 
                    id             := id_QosMonitoringRequest,
                    criticality    := ignore,
                    extensionValue := { QosMonitoringRequest := p_qosMonitoringRequest }	
                }
            } // End of template m_qosFlowLevelQosParameters_id_QosMonitoringRequest

            template (value) QosFlowLevelQosParameters.iE_Extensions m_qosFlowLevelQosParameters_id_QosMonitoringReportingFrequency(
                                                                                                                                    in template (value) QosMonitoringReportingFrequency p_qosMonitoringReportingFrequency
                                                                                                                                    ) := {
                { 
                    id             := id_QosMonitoringReportingFrequency,
                    criticality    := ignore,
                    extensionValue := { QosMonitoringReportingFrequency := p_qosMonitoringReportingFrequency }	
                }
            } // End of template m_qosFlowLevelQosParameters_id_QosMonitoringReportingFrequency

            template (value) QosMonitoringRequest m_qosMonitoringRequest(in QosMonitoringRequest p_value := ul) := p_value;

            template (omit) QosFlowWithCauseItem m_qosFlowWithCauseItem(
                                                                        in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                        in template (value) Cause p_cause,
                                                                        in template (omit) QosFlowWithCauseItem.iE_Extensions p_iE_Extensions := omit
                                                                        ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                cause             := p_cause,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowWithCauseItem

            template (omit) QosFlowModifyConfirmItem m_qosFlowModifyConfirmItem(
                                                                                in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                in template (omit) QosFlowModifyConfirmItem.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowModifyConfirmItem

            template (omit) QosFlowNotifyItem m_qosFlowNotifyItem(
                                                                  in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                  in template (value) NotificationCause p_notificationCause,
                                                                  in template (omit) QosFlowNotifyItem.iE_Extensions p_iE_Extensions := omit
                                                                  ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                notificationCause := p_notificationCause,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowNotifyItem

            template (value) QosFlowNotifyItem.iE_Extensions m_qosFlowNotifyItem_id_CurrentQoSParaSetIndex(
                                                                                                           in template (value) AlternativeQoSParaSetNotifyIndex p_alternativeQoSParaSetNotifyIndex
                                                                                                           ) := {
                { 
                    id             := id_CurrentQoSParaSetIndex,
                    criticality    := ignore,
                    extensionValue := { AlternativeQoSParaSetNotifyIndex := p_alternativeQoSParaSetNotifyIndex }	
                }
            } // End of template m_qosFlowNotifyItem_id_CurrentQoSParaSetIndex

            template (omit) QosFlowParametersItem m_qosFlowParametersItem(
                                                                          in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                          in template (omit) AlternativeQoSParaSetList p_alternativeQoSParaSetList := omit,
                                                                          in template (omit) QosFlowParametersItem.iE_Extensions p_iE_Extensions := omit
                                                                          ) := {
                qosFlowIdentifier         := p_qosFlowIdentifier,
                alternativeQoSParaSetList := p_alternativeQoSParaSetList,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_qosFlowParametersItem

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

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

            template (value) QosFlowParametersItem.iE_Extensions m_qosFlowParametersItem_id_BurstArrivalTimeDownlink(
                                                                                                                     in template (value) BurstArrivalTime p_burstArrivalTime
                                                                                                                     ) := {
                { 
                    id             := id_BurstArrivalTimeDownlink,
                    criticality    := ignore,
                    extensionValue := { BurstArrivalTime := p_burstArrivalTime }	
                }
            } // End of template m_qosFlowParametersItem_id_BurstArrivalTimeDownlink

            template (omit) QosFlowPerTNLInformation m_qosFlowPerTNLInformation(
                                                                                in template (value) UPTransportLayerInformation p_uPTransportLayerInformation,
                                                                                in template (value) AssociatedQosFlowList p_associatedQosFlowList,                
                                                                                in template (omit) QosFlowPerTNLInformation.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                uPTransportLayerInformation := p_uPTransportLayerInformation,
                associatedQosFlowList       := p_associatedQosFlowList,
                iE_Extensions               := p_iE_Extensions
            } // End of template m_qosFlowPerTNLInformation

            template (omit) QosFlowPerTNLInformationItem m_qosFlowPerTNLInformationItem(
                                                                                        in template (value) QosFlowPerTNLInformation p_qosFlowPerTNLInformation,
                                                                                        in template (omit) QosFlowPerTNLInformationItem.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                qosFlowPerTNLInformation := p_qosFlowPerTNLInformation,
                iE_Extensions            := p_iE_Extensions
            } // End of template m_qosFlowPerTNLInformationItem

            template (omit) QosFlowSetupRequestItem m_qosFlowSetupRequestItem(
                                                                              in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                              in template (value) QosFlowLevelQosParameters p_qosFlowLevelQosParameters,
                                                                              in template (omit) E_RAB_ID p_e_RAB_ID := omit,
                                                                              in template (omit) QosFlowSetupRequestItem.iE_Extensions p_iE_Extensions := omit
                                                                              ) := {
                qosFlowIdentifier         := p_qosFlowIdentifier,
                qosFlowLevelQosParameters := p_qosFlowLevelQosParameters,
                e_RAB_ID                  := p_e_RAB_ID,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_qosFlowSetupRequestItem

            template (value) QosFlowSetupRequestItem.iE_Extensions m_qosFlowSetupRequestItem_id_TSCTrafficCharacteristics(
                                                                                                                          in template (value) TSCTrafficCharacteristics p_tSCTrafficCharacteristics
                                                                                                                          ) := {
                { 
                    id             := id_TSCTrafficCharacteristics,
                    criticality    := ignore,
                    extensionValue := { TSCTrafficCharacteristics := p_tSCTrafficCharacteristics }	
                }
            } // End of template m_qosFlowSetupRequestItem_id_TSCTrafficCharacteristics

            template (value) QosFlowSetupRequestItem.iE_Extensions m_qosFlowSetupRequestItem_id_RedundantQosFlowIndicator(
                                                                                                                          in template (value) RedundantQosFlowIndicator p_redundantQosFlowIndicator
                                                                                                                          ) := {
                { 
                    id             := id_RedundantQosFlowIndicator,
                    criticality    := ignore,
                    extensionValue := { RedundantQosFlowIndicator := p_redundantQosFlowIndicator }	
                }
            } // End of template m_qosFlowSetupRequestItem_id_RedundantQosFlowIndicator

            template (omit) QosFlowItemWithDataForwarding m_qosFlowItemWithDataForwarding(
                                                                                          in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                          in template (omit) DataForwardingAccepted p_dataForwardingAccepted := omit,
                                                                                          in template (omit) QosFlowItemWithDataForwarding.iE_Extensions p_iE_Extensions := omit
                                                                                          ) := {
                qosFlowIdentifier      := p_qosFlowIdentifier,
                dataForwardingAccepted := p_dataForwardingAccepted,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_qosFlowItemWithDataForwarding

            template (value) QosFlowItemWithDataForwarding.iE_Extensions m_qosFlowItemWithDataForwarding_id_CurrentQoSParaSetIndex(
                                                                                                                                   in template (value) AlternativeQoSParaSetIndex p_alternativeQoSParaSetIndex
                                                                                                                                   ) := {
                    id             := id_CurrentQoSParaSetIndex,
                    criticality    := ignore,
                    extensionValue := { AlternativeQoSParaSetIndex := p_alternativeQoSParaSetIndex }	
            } // End of template m_qosFlowItemWithDataForwarding_id_CurrentQoSParaSetIndex

            template (omit) QosFlowToBeForwardedItem m_qosFlowToBeForwardedItem(
                                                                                in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                in template (omit) QosFlowToBeForwardedItem.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                qosFlowIdentifier := p_qosFlowIdentifier,
                iE_Extensions     := p_iE_Extensions
            } // End of template m_qosFlowToBeForwardedItem

            template (omit) QoSFlowsUsageReport_Item m_qoSFlowsUsageReport_Item(
                                                                                in template (value) QosFlowIdentifier p_qosFlowIdentifier,
                                                                                in template (value) QoSFlowsUsageReport_Item.rATType p_rATType := nr,
                                                                                in template (value) VolumeTimedReportList p_qoSFlowsTimedReportList,
                                                                                in template (omit) QoSFlowsUsageReport_Item.iE_Extensions p_iE_Extensions := omit
                                                                                ) := {
                qosFlowIdentifier       := p_qosFlowIdentifier,
                rATType                 := p_rATType,
                qoSFlowsTimedReportList := p_qoSFlowsTimedReportList,
                iE_Extensions           := p_iE_Extensions
            } // End of template m_qoSFlowsUsageReport_Item

            template (value) Range m_range(in Range p_value := m50) := p_value;

            template (omit) RANStatusTransfer_TransparentContainer m_rANStatusTransfer_TransparentContainer(
                                                                                                            in template (value) DRBsSubjectToStatusTransferList p_dRBsSubjectToStatusTransferList,
                                                                                                            in template (omit) RANStatusTransfer_TransparentContainer.iE_Extensions p_iE_Extensions := omit
                                                                                                            ) := {
                dRBsSubjectToStatusTransferList := p_dRBsSubjectToStatusTransferList,
                iE_Extensions                   := p_iE_Extensions
            } // End of template m_rANStatusTransfer_TransparentContainer

            template (value) RAT_Information m_rAT_Information(in RAT_Information p_value := unlicensed) := p_value;

            template (omit) RATRestrictions_Item m_rATRestrictions_Item(
                                                                        in template (value) PLMNIdentity p_pLMNIdentity,
                                                                        in template (value) RATRestrictionInformation p_rATRestrictionInformation,
                                                                        in template (omit) RATRestrictions_Item.iE_Extensions p_iE_Extensions := omit
                                                                        ) := {
                pLMNIdentity              := p_pLMNIdentity,
                rATRestrictionInformation := p_rATRestrictionInformation,
                iE_Extensions             := p_iE_Extensions
            } // End of template m_rATRestrictions_Item

            template (value) RATRestrictions_Item.iE_Extensions m_rATRestrictions_Item_id_ExtendedRATRestrictionInformation(
                                                                                                                            in template (value) ExtendedRATRestrictionInformation p_extendedRATRestrictionInformation
                                                                                                                            ) := {
                { 
                    id             := id_ExtendedRATRestrictionInformation,
                    criticality    := ignore,
                    extensionValue := { ExtendedRATRestrictionInformation := p_extendedRATRestrictionInformation }	
                }
            } // End of template m_rATRestrictions_Item_id_ExtendedRATRestrictionInformation

            template (omit) RecommendedCellsForPaging m_recommendedCellsForPaging(
                                                                                  in template (value) RecommendedCellList p_recommendedCellList,                
                                                                                  in template (omit) RecommendedCellsForPaging.iE_Extensions p_iE_Extensions := omit
                                                                                  ) := {
                recommendedCellList := p_recommendedCellList,
                iE_Extensions       := p_iE_Extensions
            } // End of template m_recommendedCellsForPaging

            template (omit) RecommendedCellItem m_recommendedCellItem(
                                                                      in template (value) NGRAN_CGI p_nGRAN_CGI,
                                                                      in template (omit) RecommendedCellItem.timeStayedInCell p_timeStayedInCell := omit,
                                                                      in template (omit) RecommendedCellItem.iE_Extensions p_iE_Extensions := omit
                                                                      ) := {
                nGRAN_CGI        := p_nGRAN_CGI,
                timeStayedInCell := p_timeStayedInCell,
                iE_Extensions    := p_iE_Extensions
            } // End of template m_recommendedCellItem

            template (omit) RecommendedRANNodesForPaging m_recommendedRANNodesForPaging(
                                                                                        in template (value) RecommendedRANNodeList p_recommendedRANNodeList,                
                                                                                        in template (omit) RecommendedRANNodesForPaging.iE_Extensions p_iE_Extensions := omit
                                                                                        ) := {
                recommendedRANNodeList := p_recommendedRANNodeList,
                iE_Extensions          := p_iE_Extensions
            } // End of template m_recommendedRANNodesForPaging

            template (omit) RecommendedRANNodeItem m_recommendedRANNodeItem(
                                                                            in template (value) AMFPagingTarget p_aMFPagingTarget,
                                                                            in template (omit) RecommendedRANNodeItem.iE_Extensions p_iE_Extensions := omit
                                                                            ) := {
                aMFPagingTarget := p_aMFPagingTarget,
                iE_Extensions   := p_iE_Extensions
            } // End of template m_recommendedRANNodeItem

            template (value) RedCapIndication m_redCapIndication(in RedCapIndication p_value := redcap) := p_value;

            template (value) RedirectionVoiceFallback m_redirectionVoiceFallback(in RedirectionVoiceFallback p_value := possible) := p_value;

            template (omit) RedundantPDUSessionInformation m_redundantPDUSessionInformation(
                                                                                            in template (value) RSN p_rSN,
                                                                                            in template (omit) RedundantPDUSessionInformation.iE_Extensions p_iE_Extensions := omit
                                                                                            ) := {
                rSN           := p_rSN,
                iE_Extensions := p_iE_Extensions
            } // End of template m_redundantPDUSessionInformation

            template (value) RedundantPDUSessionInformation.iE_Extensions m_redundantPDUSessionInformation_id_PDUSessionPairID(
                                                                                                                               in template (value) PDUSessionPairID p_pDUSessionPairID
                                                                                                                               ) := {
                { 
                    id             := id_PDUSessionPairID,
                    criticality    := ignore,
                    extensionValue := { PDUSessionPairID := p_pDUSessionPairID }	
                }
            } // End of template m_redundantPDUSessionInformation_id_PDUSessionPairID

            template (value) RedundantQosFlowIndicator m_RedundantQosFlowIndicator(in RedundantQosFlowIndicator p_value := true_) := p_value;

            template (value) ReflectiveQosAttribute m_reflectiveQosAttribute(in ReflectiveQosAttribute p_value := subject_to) := p_value;

            template (value) ReportArea m_reportArea(in ReportArea p_value := cell) := p_value;

            template (value) ResetAll m_resetAll(in ResetAll p_value := reset_all) := p_value;

            template (value) ReportAmountMDT m_reportAmountMDT(in ReportAmountMDT p_value := r1) := p_value;

            template (value) ReportIntervalMDT m_reportIntervalMDT(in ReportIntervalMDT p_value := ms120) := p_value;

            template (value) ExtendedReportIntervalMDT m_extendedReportIntervalMDT(in ExtendedReportIntervalMDT p_value := ms20480) := p_value;

            template (value) ResetType m_resetType_nG_Interface(
                                                                in template (value) ResetAll p_nG_Interface
                                                                ) := {
                nG_Interface := p_nG_Interface
            } // End of template m_resetType_nG_Interface

            template (value) ResetType m_resetType_partOfNG_Interface(
                                                                      in template (value) UE_associatedLogicalNG_connectionList p_partOfNG_Interface
                                                                      ) := {
                partOfNG_Interface := p_partOfNG_Interface
            } // End of template m_resetType_partOfNG_Interface

            template (value) ResetType m_resetType_choice_Extensions(
                                                                     in template (value) ResetType.choice_Extensions p_choice_Extensions
                                                                     ) := {
                choice_Extensions := p_choice_Extensions
            } // End of template m_resetType_choice_Extensions

            template (value) RRCEstablishmentCause m_rRCEstablishmentCause(in RRCEstablishmentCause p_value := emergency) := p_value;

            template (value) RRCInactiveTransitionReportRequest m_rRCInactiveTransitionReportRequest(in RRCInactiveTransitionReportRequest p_value := subsequent_state_transition_report) := p_value;

            template (value) RRCState m_rRCState(in RRCState p_value := inactive) := p_value;

            template (value) RSN m_rSN(in RSN p_value := v1) := p_value;

            template (omit) RIMInformationTransfer m_rIMInformationTransfer(
                                                                            in template (value) TargetRANNodeID_RIM p_targetRANNodeID_RIM,
                                                                            in template (value) SourceRANNodeID p_sourceRANNodeID,
                                                                            in template (value) RIMInformation p_rIMInformation,
                                                                            in template (omit) RIMInformationTransfer.iE_Extensions p_iE_Extensions := omit
                                                                            ) := {
                targetRANNodeID_RIM := p_targetRANNodeID_RIM,
                sourceRANNodeID     := p_sourceRANNodeID,
                rIMInformation      := p_rIMInformation,
                iE_Extensions       := p_iE_Extensions
            } // End of template m_rIMInformationTransfer

            template (omit) RIMInformation m_rIMInformation(
                                                            in template (value) GNBSetID p_targetgNBSetID,
                                                            in template (value) RIMInformation.rIM_RSDetection p_rIM_RSDetection := rs_detected,
                                                            in template (omit) RIMInformation.iE_Extensions p_iE_Extensions := omit
                                                            ) := {
                targetgNBSetID  := p_targetgNBSetID,
                rIM_RSDetection := p_rIM_RSDetection,
                iE_Extensions   := p_iE_Extensions