fixeria has uploaded this change for review.

View Change

gsm48: remove duplicate GSM48_MT_RR_HANDO_INFO

Change-Id: Ic1cbba2b2a746667b9920ed2ed19b3848185977d
---
M include/osmocom/gsm/protocol/gsm_04_08.h
M src/gsm/gsm48.c
2 files changed, 0 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/08/42408/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 27182b6..c3263be 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1571,7 +1571,6 @@
#define GSM48_MT_RR_HANDO_COMPL 0x2c
#define GSM48_MT_RR_HANDO_FAIL 0x28
#define GSM48_MT_RR_HANDO_INFO 0x2d
-#define GSM48_MT_RR_HANDO_INFO 0x2d
#define GSM48_MT_RR_DTM_ASS_CMD 0x4c

#define GSM48_MT_RR_CELL_CHG_ORDER 0x08
diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index 99d93ec..57e39ab 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -1572,7 +1572,6 @@
OSMO_VALUE_STRING(GSM48_MT_RR_HANDO_COMPL),
OSMO_VALUE_STRING(GSM48_MT_RR_HANDO_FAIL),
OSMO_VALUE_STRING(GSM48_MT_RR_HANDO_INFO),
- OSMO_VALUE_STRING(GSM48_MT_RR_HANDO_INFO),
OSMO_VALUE_STRING(GSM48_MT_RR_DTM_ASS_CMD),

OSMO_VALUE_STRING(GSM48_MT_RR_CELL_CHG_ORDER),

To view, visit change 42408. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic1cbba2b2a746667b9920ed2ed19b3848185977d
Gerrit-Change-Number: 42408
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>