diff options
author | Max <msuraev@sysmocom.de> | 2017-01-02 13:42:24 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-01-06 10:21:11 +0000 |
commit | 0bee65c0d89f81a4b90aa3d484016d9ba680dd46 (patch) | |
tree | b87cd593abfb7b3796abf4a37ccfecb285119fed /include/osmocom/gsm/abis_nm.h | |
parent | edc8db21fa4fec3a87d7892d219ae26135858e9c (diff) |
Add OML definitions from OsmoBTS
Change-Id: I9c3bc15662949654e7bba6aad5488c69ee7d0c45
Related: OS#1615
Diffstat (limited to 'include/osmocom/gsm/abis_nm.h')
-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 04bca432..14dbc08c 100644 --- a/include/osmocom/gsm/abis_nm.h +++ b/include/osmocom/gsm/abis_nm.h @@ -34,6 +34,7 @@ const char *abis_nm_opstate_name(uint8_t os); const char *abis_nm_avail_name(uint8_t avail); const char *abis_nm_test_name(uint8_t test); extern const struct tlv_definition abis_nm_osmo_att_tlvdef; +extern const struct tlv_definition abis_nm_att_tlvdef_ipa; /*! \brief write a human-readable OML header to the debug log * \param[in] ss Logging sub-system |