Attention is currently required from: pespin.
5 comments:
Patchset:
This cannot be merged until we confirm the ImmAss on AGCH back to PCU. […]
This means we would confirm any AGCH message, regardless if the IMMEDIATE ASSIGNMENT is for DL or UL TBF?
(I would send the confirmation when the AGCH message is pulled from the queue in bts.c:bts_ccch_copy_msg)
File src/bts.cpp:
Patch Set #1, Line 1126: if (strlen(tbf->imsi()) < 3) {
ms_imsi_is_valid()
Done
Patch Set #1, Line 1127: /* In case the IMSI is not yet known, the IMMEDIATE ASSIGNMENT is sent on the AGCH. The reason
Maybe explain that the usual case around here is during GMM attach, where the SGSN still didn't lear […]
Done
File src/pcu_l1_if.cpp:
Patch Set #1, Line 278: /* OS#6097: if strlen(imsi) == 0: We assume the MS is in non-DRX
imsi_len = strlen(imsi); […]
Done
Patch Set #1, Line 310: /* OS#6097: if strlen(pch_dt.imsi) == 0: We assume the MS is in non-DRX
Same as above.
Done
To view, visit change 33768. To unsubscribe, or for help writing mail filters, visit settings.