From 41d471351fed3b2179af99bebacd4c68cb1ef7df Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 16 Nov 2017 20:45:04 +0100 Subject: Comments on individual members of struct gsm_abis_mo Change-Id: I8e005410080201746906b8a60e9f7957031d2e58 --- include/osmo-bts/gsm_data_shared.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h index c19b1255..4c0fe5c1 100644 --- a/include/osmo-bts/gsm_data_shared.h +++ b/include/osmo-bts/gsm_data_shared.h @@ -107,12 +107,19 @@ struct gsm_nm_state { }; struct gsm_abis_mo { + /* A-bis OML Object Class */ uint8_t obj_class; + /* is there still some procedure pending? */ uint8_t procedure_pending; + /* A-bis OML Object Instance */ struct abis_om_obj_inst obj_inst; + /* human-readable name */ const char *name; + /* NM State */ struct gsm_nm_state nm_state; + /* Attributes configured in this MO */ struct tlv_parsed *nm_attr; + /* BTS to which this MO belongs */ struct gsm_bts *bts; }; -- cgit v1.2.3