[libosmocore PATCH 1/5] abis_nm: Added the new tlv_definition abis_nm_osmo_att_tlvdef in the abis header

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alvaro Neira Ayuso anayuso at sysmocom.de
Tue May 20 05:34:16 UTC 2014


From: Álvaro Neira Ayuso <anayuso at sysmocom.de>

Signed-off-by: Alvaro Neira Ayuso <anayuso at sysmocom.de>
---
 include/osmocom/gsm/abis_nm.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index 4682ead..86b97eb 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -30,6 +30,7 @@ extern const struct tlv_definition abis_nm_att_tlvdef;
 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;
 
 /*! \brief write a human-readable OML header to the debug log
  *  \param[in] ss Logging sub-system
-- 
1.7.10.4





More information about the OpenBSC mailing list