aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_mgcp.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-11-24 15:40:40 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2017-12-01 13:36:30 +0100
commit2c3bf454491762767a12ce39c7263df326363674 (patch)
treed82e3b30ec0c14b89ead74ab419656ba872572c7 /src/osmo-bsc/osmo_bsc_mgcp.c
parent20114aa809fbcef8510e656c74d22d7c76255441 (diff)
mgcp: use hexadecimal digits in endpoint names
The current implementation of osmo-mgw parses the numerical digit inside the endpoint name as hexadecimal number. also use hexadecimal numbers in endpoint names. Change-Id: I64a970d300b7290d50ec84b0640d5a321d903f5e
Diffstat (limited to 'src/osmo-bsc/osmo_bsc_mgcp.c')
-rw-r--r--src/osmo-bsc/osmo_bsc_mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_mgcp.c b/src/osmo-bsc/osmo_bsc_mgcp.c
index f0c31df52..0f35a46ac 100644
--- a/src/osmo-bsc/osmo_bsc_mgcp.c
+++ b/src/osmo-bsc/osmo_bsc_mgcp.c
@@ -39,7 +39,7 @@
#define MGCP_BSS_TIMEOUT 4 /* in seconds */
#define MGCP_BSS_TIMEOUT_TIMER_NR 2
-#define MGCP_ENDPOINT_FORMAT "%i@mgw"
+#define MGCP_ENDPOINT_FORMAT "%x@mgw"
/* Some internal cause codes to indicate fault
* condition inside the FSM */