library/Osmocom_Gb_Types: fix wrong IEI in ts_BSSGP_LLC_PDU

Change-Id: I219119a4e10e7a8e2ff40aabc1e526568c06f50a
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