From 620f7ab35034f78f894319e027a151568c331eea Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 25 Jun 2011 21:39:18 +0200 Subject: 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. --- include/osmocom/gsm/sysinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h index 6c81134e..b808d6f9 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 }; -- cgit v1.2.3