Commit 6b4e4cdf authored by juvancic's avatar juvancic
Browse files

updated TPs amf_imp_03

parent 5e8761a6
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -5647,7 +5647,7 @@ module NGAP_TCFunctions {
                   // Body
                   // Body
                   f_send_NGAP_PDU(
                   f_send_NGAP_PDU(
                     m_ngap_initMsg(
                     m_ngap_initMsg(
                        m_n2_NGSetupRequest(
                        m_n2_NGSetupRequest_UERetentionInf(
                          m_globalRANNodeID_globalGNB_ID(
                          m_globalRANNodeID_globalGNB_ID(
                            m_ie_globalGnbId(
                            m_ie_globalGnbId(
                            PX_PLMN_IDENTITY,
                            PX_PLMN_IDENTITY,
@@ -5676,15 +5676,15 @@ module NGAP_TCFunctions {
                              -//in template (omit) SupportedTAItem.iE_Extensions p_iE_Extensions := omit
                              -//in template (omit) SupportedTAItem.iE_Extensions p_iE_Extensions := omit
                            )
                            )
                          },
                          },
                          PX_PAGING_DRX
                          PX_PAGING_DRX,
                          //FIXME:UERetention_Information template  m_uERetentionInformation(in UERetentionInformation p_value := ues_retained)
                          m_uERetentionInformation(-)//UERetention_Information template  m_uERetentionInformation(in UERetentionInformation p_value := ues_retained)
                        )
                        )
                     )
                     )
                   );
                   );


                    f_recv_NGAP_PDU(
                    f_recv_NGAP_PDU(
                      mw_ngap_succMsg(
                      mw_ngap_succMsg(
                        mw_n2_NGSetupResponse(
                        mw_n2_NGSetupResponse_UERetentioInf(
                          ?,
                          ?,
                          {
                          {
                            mw_servedGUAMIItem(
                            mw_servedGUAMIItem(
@@ -5715,8 +5715,8 @@ module NGAP_TCFunctions {
                              },//template (present) SliceSupportList p_sliceSupportList := ?,
                              },//template (present) SliceSupportList p_sliceSupportList := ?,
                              *//template PLMNSupportItem.iE_Extensions p_iE_Extensions := *
                              *//template PLMNSupportItem.iE_Extensions p_iE_Extensions := *
                            )
                            )
                          }//template (present) PLMNSupportList p_plmnSuppList := ?
                          },//template (present) PLMNSupportList p_plmnSuppList := ?
                          //FIXME:UERetention_Information template  mw_uERetentionInformation(template (present) UERetentionInformation p_value := ues_retained)
                          ?//UERetention_Information template  mw_uERetentionInformation(template (present) UERetentionInformation p_value := ues_retained)
                        )
                        )
                      )
                      )
                    );
                    );