Change in osmo-bsc[master]: SI2quater: allow storing 48 EARFCNs

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/.

neels gerrit-no-reply at lists.osmocom.org
Wed Jul 8 01:19:42 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19180 )


Change subject: SI2quater: allow storing 48 EARFCNs
......................................................................

SI2quater: allow storing 48 EARFCNs

Up to 16 SI2quater are multiplexed; each fits 3 EARFCNS, so the practical
maximum is 48.

Change-Id: Iabeed10053ee5899b4def3509aedd25abb2410a9
---
M include/osmocom/bsc/gsm_data.h
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/80/19180/1

diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index ce18d1b..010d871 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -393,7 +393,8 @@
 #define A38_XOR_MAX_KEY_LEN	16
 #define A38_COMP128_KEY_LEN	16
 #define RSL_ENC_ALG_A5(x)	(x+1)
-#define MAX_EARFCN_LIST 32
+/* Up to 16 SI2quater are multiplexed; each fits 3 EARFCNS, so the maximum is... */
+#define MAX_EARFCN_LIST (3*16)
 
 /* is the data link established? who established it? */
 #define LCHAN_SAPI_UNUSED	0

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19180
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Iabeed10053ee5899b4def3509aedd25abb2410a9
Gerrit-Change-Number: 19180
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200708/8b07867b/attachment.htm>


More information about the gerrit-log mailing list