diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-08-17 19:36:26 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-08-17 19:36:26 +0200 |
commit | 8d5180e003919326e35104d5c32c2c32b0714cb7 (patch) | |
tree | 209f5970fc77671808bfc7f7db8e40eba8c822f2 /include | |
parent | 604d552e49530c6c98886da4f069f13e1eb438b5 (diff) |
abis_nm: add abis_nm_msg_disc_names[] value_string
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/abis_nm.h | 1 |
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[]; |