summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte2011-06-25 21:39:18 +0200
committerHarald Welte2011-06-25 21:39:18 +0200
commit620f7ab35034f78f894319e027a151568c331eea (patch)
treeb4baecd32cfaecd8314c6c58e806bf7914e678a9 /include/osmocom
parentRSL: Fix typo (diff)
downloadlibosmocore-620f7ab35034f78f894319e027a151568c331eea.tar.gz
libosmocore-620f7ab35034f78f894319e027a151568c331eea.tar.xz
libosmocore-620f7ab35034f78f894319e027a151568c331eea.zip
sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types
those two are used in the RSL SACCH FILLING messages and delivered like SI5 / SI6.
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h
index 6c81134..b808d6f 100644
--- a/include/osmocom/gsm/sysinfo.h
+++ b/include/osmocom/gsm/sysinfo.h
@@ -27,6 +27,8 @@ enum osmo_sysinfo_type {
SYSINFO_TYPE_2quater,
SYSINFO_TYPE_5bis,
SYSINFO_TYPE_5ter,
+ SYSINFO_TYPE_EMO,
+ SYSINFO_TYPE_MEAS_INFO,
/* FIXME all the various bis and ter */
_MAX_SYSINFO_TYPE
};