aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-09 14:58:21 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-09 14:58:21 +0200
commitce2eb871e189682da4616711fc7cf50c397ca9aa (patch)
tree187d4a9a672f69e3515910740035ea8e7faa1772 /openbsc/include/openbsc/gsm_04_11.h
parent66b6a8dde061e16fb2f102eb2de9b884a1941481 (diff)
fix SMS RP message type definitions to reflect SMMA and MT ERROR
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h
index c59df41cc..09740e0f3 100644
--- a/openbsc/include/openbsc/gsm_04_11.h
+++ b/openbsc/include/openbsc/gsm_04_11.h
@@ -50,8 +50,8 @@ enum gsm411_cp_cause {
#define GSM411_MT_RP_ACK_MO 0x02
#define GSM411_MT_RP_ACK_MT 0x03
#define GSM411_MT_RP_ERROR_MO 0x04
-#define GSM411_MT_RP_ERROR_MT 0x04
-#define GSM411_MT_RP_SMMA_MO 0x05
+#define GSM411_MT_RP_ERROR_MT 0x05
+#define GSM411_MT_RP_SMMA_MO 0x06
enum gsm411_rp_ie {
GSM411_IE_RP_USER_DATA = 0x41, /* 8.2.5.3 */