neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/26966
)
Change subject: fix two comments in chan_counts.h
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/66/26966/1
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
https://gerrit.osmocom.org/c/osmo-bsc/+/26966
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id8ca7b298436feb98f4a563ad3cdea510b9362b0
Gerrit-Change-Number: 26966
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange