library/Osmocom_Gb_Types: fix wrong IEI in ts_BSSGP_LLC_PDU

Change-Id: I219119a4e10e7a8e2ff40aabc1e526568c06f50a
This commit is contained in:
Vadim Yanitskiy 2022-11-24 03:54:17 +07:00
parent 9e8e96feea
commit 5bdbb252e8
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ octetstring sdu) := {
}
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