d0cf09d10d0a7110df886d72a0ffad7f1ce5f311
[osmocom-bb.git] / include / osmocore / gsm48.h
1 #ifndef _OSMOCORE_GSM48_H
2
3 #include <osmocore/tlv.h>
4
5 extern const struct tlv_definition gsm48_att_tlvdef;
6 extern const char *cc_state_names[];
7 const char *rr_cause_name(uint8_t cause);
8
9 #endif