[MERGED] openbsc[master]: libbsc: document arguments of generate_bcch_chan_list()

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
Sun Oct 1 03:45:59 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: libbsc: document arguments of generate_bcch_chan_list()
......................................................................


libbsc: document arguments of generate_bcch_chan_list()

Change-Id: I5afc6e6a5a1d6b6a8ee73fdb60cc28074cf8585b
---
M openbsc/src/libbsc/system_information.c
1 file changed, 7 insertions(+), 1 deletion(-)

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



diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c
index 2bc8769..c7fc4bf 100644
--- a/openbsc/src/libbsc/system_information.c
+++ b/openbsc/src/libbsc/system_information.c
@@ -574,7 +574,13 @@
 	return bitvec2freq_list(chan_list, bv, bts, false, false);
 }
 
-/* generate a cell channel list as per Section 10.5.2.1b of 04.08 */
+/*! generate a cell channel list as per Section 10.5.2.22 of 04.08
+ *  \param[out] chan_list caller-provided output buffer
+ *  \param[in] bts BTS descriptor used for input data
+ *  \param[in] si5 Are we generating SI5xxx (true) or SI2xxx (false)
+ *  \param[in] bis Are we generating SIXbis (true) or not (false)
+ *  \param[in] ter Are we generating SIXter (true) or not (false)
+ */
 static int generate_bcch_chan_list(uint8_t *chan_list, struct gsm_bts *bts,
 	bool si5, bool bis, bool ter)
 {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5afc6e6a5a1d6b6a8ee73fdb60cc28074cf8585b
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list