pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34504?usp=email )

Change subject: PCUIF_Types: fix record PCUIF_data_cnf
......................................................................

PCUIF_Types: fix record PCUIF_data_cnf

The msg_id in record record PCUIF_data_cnf lacks the variant
BYTEORDER(last), (which we use in record PCUIF_agch and record
PCUIF_pch). This causes the msg_id to be sent back in the wrong
endieness format.

Related: OS#5927
Change-Id: I69c1ccc37dac1e06ebe29484c767014954ff55e2
---
M library/PCUIF_Types.ttcn
1 file changed, 18 insertions(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve




diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b6a1bfa..6be45df 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -111,7 +111,9 @@
 type record PCUIF_data_cnf {
        PCUIF_Sapi      sapi,
        OCT4            msg_id
-} with { variant "" };
+} with {
+       variant (msg_id) "BYTEORDER(last)"
+};

 type record PCUIF_rts_req {
        PCUIF_Sapi      sapi,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34504?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I69c1ccc37dac1e06ebe29484c767014954ff55e2
Gerrit-Change-Number: 34504
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to