laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30285
)
Change subject: library/Osmocom_Gb_Types: fix wrong IEI in ts_BSSGP_LLC_PDU
......................................................................
library/Osmocom_Gb_Types: fix wrong IEI in ts_BSSGP_LLC_PDU
Change-Id: I219119a4e10e7a8e2ff40aabc1e526568c06f50a
---
M library/Osmocom_Gb_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
osmith: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index 85b36a3..42866ff 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -1100,7 +1100,7 @@
}
template LLC_PDU ts_BSSGP_LLC_PDU(octetstring pdu) := {
- iEI := '0D'O,
+ iEI := '0E'O,
ext := '1'B,
lengthIndicator := f_bssgp_length_ind(lengthof(pdu)),
lLC_PDU := pdu
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30285
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: I219119a4e10e7a8e2ff40aabc1e526568c06f50a
Gerrit-Change-Number: 30285
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged