[MERGED] 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 21:05:58 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Comments on individual members of struct gsm_abis_mo
......................................................................


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(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index c19b125..4c0fe5c 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-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;
 };
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8e005410080201746906b8a60e9f7957031d2e58
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list