Commit a40f1c99 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Merge branch 'pespin/pr-ngap-templates' into 'main'

LibNGAP_Templates.ttcn: Fix wrong IE Id in m_n2_PDUSessionResourceModifyResponse()

See merge request !13
parents 6eb67b14 68387c42
Loading
Loading
Loading
Loading
+111 −111
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ module LibNGAP_Templates {
                                                                                                       value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
                                                                                                   },
                                                                                                   {
                                                                                                       id := id_PDUSessionResourceModifyListModReq,
                                                                                                       id := id_PDUSessionResourceModifyListModRes,
                                                                                                       criticality := reject,
                                                                                                       value_ := { PDUSessionResourceModifyListModRes := p_pDUSessionResourceModifyListModRes
                                                                                                   }