aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/gsm48.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-25 12:15:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-26 05:15:27 +0100
commit92e9caed63c4f8fbd31845badd39d3fbe7a8ffc4 (patch)
tree35d0086221a12b5c4c1f3c96bbe7bcf3690377bb /libosmocore/include/osmocore/gsm48.h
parente95daf19258999a00b8bea5247ee21603941b639 (diff)
parent52b4abdcb351830f5493a50c4181ef3947f3feab (diff)
Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab'
Diffstat (limited to 'libosmocore/include/osmocore/gsm48.h')
-rw-r--r--libosmocore/include/osmocore/gsm48.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libosmocore/include/osmocore/gsm48.h b/libosmocore/include/osmocore/gsm48.h
index 787cdd0d9..1e963573c 100644
--- a/libosmocore/include/osmocore/gsm48.h
+++ b/libosmocore/include/osmocore/gsm48.h
@@ -5,8 +5,8 @@
#include <osmocore/gsm48_ie.h>
extern const struct tlv_definition gsm48_att_tlvdef;
-extern const char *cc_state_names[32];
-extern const char *gsm48_cc_msg_names[0x40];
+const char *gsm48_cc_state_name(uint8_t state);
+const char *gsm48_cc_msg_name(uint8_t msgtype);
const char *rr_cause_name(uint8_t cause);
void gsm48_generate_lai(struct gsm48_loc_area_id *lai48, uint16_t mcc,