Commit bd20db0b authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes

parent eb8b8beb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ NGAP_Pics.PICS_NGAP_AMF_IUT := true
NGAP_Pics.PICS_NGAP_GNB_IUT    := false

LibNGAP_Pics.PICS_OFFLINE_MODE := false # true for offline mode with pcap files, false for online mode with SCTP server
LibNGAP_Pics.PICS_USE_OPEN5GS  := false # true to start UERANSIM gNB and UE simulators, false to not start them
LibNGAP_Pics.PICS_USE_OPEN5GS  := false # true to start open5gs, false to not start them

LibNGAP_Pixits.PX_NAS_MCC          := '999'H
LibNGAP_Pixits.PX_NAS_MNC          := '70'H
Original line number Diff line number Diff line
Subproject commit 121a69523b384a23c11e51396d644071aa15b60d
Subproject commit 17ff081971dc4044c8c03f669816c3d81e7c8bd2
+1 −1
Original line number Diff line number Diff line
@@ -1483,7 +1483,7 @@ module LibNGAP_Functions {
            "f_send_pdu_session_resource_setup_response:v_pDUSessionResourceSetupResponseTransfer: ",
            v_pDUSessionResourceSetupResponseTransfer
            );
        // TITAN issue workaround bit2oct(encvalue(v_pDUSessionResourceSetupResponseTransfer, "PER:ALIGNED", "PER:ALIGNED"));
        // FIXME TITAN issue workaround bit2oct(encvalue(v_pDUSessionResourceSetupResponseTransfer, "PER:ALIGNED", "PER:ALIGNED"));
        // I cannot reproduce the issue with a simpler structure, but it seems that encoding v_pDUSessionResourceSetupResponseTransfer with PER aligned is not working in TITAN. The workaround is to directly use the expected encoded value (which is also the one generated by asn1c and Wireshark) instead of encoding the structure in TTCN3.
        var octetstring v_os := bit2oct(encvalue(v_pDUSessionResourceSetupResponseTransfer));
        log(