[PATCH] osmo-bts[master]: Comments on individual members of struct gsm_abis_mo

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/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Dec 2 15:30:24 UTC 2017


Review at  https://gerrit.osmocom.org/5124

Comments on individual members of struct gsm_abis_mo

Change-Id: I8e005410080201746906b8a60e9f7957031d2e58
---
M include/osmo-bts/gsm_data_shared.h
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/24/5124/1

diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index c19b125..82c8243 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -107,12 +107,19 @@
 };
 
 struct gsm_abis_mo {
+	/* A-bis OML Object Class */
 	uint8_t obj_class;
+	/* is there still some procedure pending? */
 	uint8_t procedure_pending;
+	/* A-bist 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;
 };
 

-- 
To view, visit https://gerrit.osmocom.org/5124
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e005410080201746906b8a60e9f7957031d2e58
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list