aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-17 19:36:26 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-17 19:36:26 +0200
commit8d5180e003919326e35104d5c32c2c32b0714cb7 (patch)
tree209f5970fc77671808bfc7f7db8e40eba8c822f2 /include/osmocom/gsm
parent604d552e49530c6c98886da4f069f13e1eb438b5 (diff)
abis_nm: add abis_nm_msg_disc_names[] value_string
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/abis_nm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index 5520f993..04bca432 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -21,6 +21,7 @@ extern const enum abis_nm_msgtype abis_nm_no_ack_nack[3];
extern const enum abis_nm_msgtype abis_nm_sw_load_msgs[9];
extern const enum abis_nm_msgtype abis_nm_nacks[33];
+extern const struct value_string abis_nm_msg_disc_names[];
extern const struct value_string abis_nm_obj_class_names[];
extern const struct value_string abis_nm_adm_state_names[];