cosmetic: msc_paging_request: drop obsolete comment

Change-Id: Icb5b7dbbca3ca0db3d80a4b693c57c6d67fd823e
This commit is contained in:
Neels Hofmeyr 2017-12-15 03:01:30 +01:00
parent 76a10f569f
commit 7fca2ce929
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ int msc_paging_request(struct vlr_subscr *vsub)
/* The subscriber was last seen in subscr->lac. Find out which
* BSCs/RNCs are responsible and send them a paging request via open
* SCCP connections (if any). */
/* TODO Implementing only RNC paging, since this is code on the iu branch.
* Need to add BSC paging at some point. */
switch (vsub->cs.attached_via_ran) {
case RAN_GERAN_A:
return a_iface_tx_paging(vsub->imsi, vsub->tmsi, vsub->lac);