neels submitted this change.

View Change

Approvals: neels: Looks good to me, approved Jenkins Builder: Verified
fix two comments in chan_counts.h

An earlier patch version had that typedef, the merged version switched
to the struct containing the array.

Change-Id: Id8ca7b298436feb98f4a563ad3cdea510b9362b0
---
M include/osmocom/bsc/chan_counts.h
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/osmocom/bsc/chan_counts.h b/include/osmocom/bsc/chan_counts.h
index 9f73bc4..31a1adc 100644
--- a/include/osmocom/bsc/chan_counts.h
+++ b/include/osmocom/bsc/chan_counts.h
@@ -4,7 +4,7 @@
struct gsm_bts;
struct gsm_bts_trx;

-/* First array index to typedef chan_counts_arr. */
+/* First array index to chan_counts.val. */
enum chan_counts_dim1 {
CHAN_COUNTS1_ALL = 0,
CHAN_COUNTS1_STATIC = 1,
@@ -12,7 +12,7 @@
_CHAN_COUNTS1_NUM
};

-/* Second array index to typedef chan_counts_arr. */
+/* Second array index to chan_counts.val. */
enum chan_counts_dim2 {
/* The maximum possible nr of lchans of this type. Counts all dynamic timeslots as if they are fully available
* for this type, regardless of the current pchan mode. (For CHAN_COUNTS1_STATIC, of course no dyn TS are counted

To view, visit change 26966. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id8ca7b298436feb98f4a563ad3cdea510b9362b0
Gerrit-Change-Number: 26966
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: merged