summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-06-05 19:43:55 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-06-05 19:43:55 +0000
commit1941999cb53ba28cf01189c0bd24131a28ea92be (patch)
tree6467990515eb72cb9028dfa89942ddffb3f308ae /src/shared
parentf916fe0031512e192cbec51c88dd46fc2dbb2c5d (diff)
Added special RSL message types for mobile side:
- suspension DL - resume DL - re-establish DL
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/libosmocore/include/osmocore/protocol/gsm_08_58.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocore/protocol/gsm_08_58.h b/src/shared/libosmocore/include/osmocore/protocol/gsm_08_58.h
index ca9398f8..7dc35693 100644
--- a/src/shared/libosmocore/include/osmocore/protocol/gsm_08_58.h
+++ b/src/shared/libosmocore/include/osmocore/protocol/gsm_08_58.h
@@ -75,6 +75,10 @@ enum abis_rsl_msgtype {
RSL_MT_REL_IND,
RSL_MT_UNIT_DATA_REQ,
RSL_MT_UNIT_DATA_IND, /* 0x0b */
+ RSL_MT_SUSP_REQ, /* non-standard elements */
+ RSL_MT_SUSP_CONF,
+ RSL_MT_RES_REQ,
+ RSL_MT_RECON_REQ, /* 0x0f */
/* Common Channel Management / TRX Management */
RSL_MT_BCCH_INFO = 0x11,