diff options
author | Keith <keith@rhizomatica.org> | 2018-05-23 23:23:19 +0200 |
---|---|---|
committer | Keith <keith@rhizomatica.org> | 2018-05-24 16:56:41 +0200 |
commit | 911d4d5e15c244dfd5bda1973871b14c4cb674bc (patch) | |
tree | bc27693e5c13fe7bc1e88b9d9ea6063d5f15d0c9 /src/mncc_protocol.h | |
parent | 55faf3867540f5d42a69e17cdc02f0e522f42478 (diff) |
Logging: Log mncc_names in mncc_data()
Links libosmocore (libosmogsm) for access to osmo_mncc_name()
Remove reference to get_mncc_name() in src/mncc_protocol.h
Uses osmo_mncc_name() to output to debug log
which MNCC_* message was received.
Change-Id: I161d1b841ac5fe1b7e092b329ae0674cb340f5ac
Diffstat (limited to 'src/mncc_protocol.h')
-rw-r--r-- | src/mncc_protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mncc_protocol.h b/src/mncc_protocol.h index 49f0c8b..4950a77 100644 --- a/src/mncc_protocol.h +++ b/src/mncc_protocol.h @@ -196,7 +196,6 @@ struct gsm_mncc_bridge { uint32_t callref[2]; }; -const char *get_mncc_name(int value); void mncc_set_cause(struct gsm_mncc *data, int loc, int val); void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg); |