bsc: comment: tweak TS reference

Change-Id: I53ec51240d6e9a0f93f784c8afee2f54226cc51f
This commit is contained in:
Neels Hofmeyr 2021-10-06 13:50:38 +02:00 committed by neels
parent f0310e312f
commit 85fa37f977
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ testcase TC_chan_exhaustion() runs on test_CT {
chreq_total := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", 0, "chreq:total");
chreq_nochan := f_ctrl_get_ratectr_abs(IPA_CTRL, "bts", 0, "chreq:no_channel");
/* GSM 04.08 Table 9.9a:
/* GSM 44.018 Table 9.1.8.2:
* RA = '33'O -> Establishment cause = 0011xxxx (MS dual rate capable and asks for "TCH/H or TCH/F").
* With current setup, expect 4xSDCCH + 4xTCH/F + 1xTCH/H to succeed */
for (i := 0; i < NUM_TCHF_PER_BTS + NUM_TCHH_PER_BTS + NUM_SDCCH_PER_BTS; i := i+1) {