aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-04-28 17:51:15 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-29 12:57:53 +0200
commit299a9994656e97defea85689467e61ba34e8577e (patch)
tree0b6488b71176a9d267e8768b0ca95ad12f1a98d2 /openbsc
parente01f5050efbc3828defa2df9b789624854297663 (diff)
Fix comment typo
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libbsc/system_information.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/system_information.c b/openbsc/src/libbsc/system_information.c
index 3b0f889a1..0d96621b2 100644
--- a/openbsc/src/libbsc/system_information.c
+++ b/openbsc/src/libbsc/system_information.c
@@ -68,7 +68,7 @@ static int is_dcs_net(const struct gsm_bts *bts)
return 1;
}
-/* Return q(m) for given NR_OF_TDD_CELLS - see Table 9.1.54.1a, 3GPP TS 44.018 */
+/* Return p(n) for given NR_OF_TDD_CELLS - see Table 9.1.54.1a, 3GPP TS 44.018 */
unsigned range1024_p(unsigned n)
{
switch (n) {