extend documentation of paging_flush_bts()

Document the semantics of a NULL msc argument.

Change-Id: Ib3f6fd4e4e6108f03d688eba2416c0714393e6e9
Related: OS#2901
This commit is contained in:
Stefan Sperling 2018-04-19 14:26:09 +02:00 committed by Neels Hofmeyr
parent 5198342fb5
commit 0eb9169567
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ struct bsc_msc_data *paging_get_msc(struct gsm_bts *bts, struct bsc_subscr *bsub
return NULL;
}
/*! Flush all paging requests at a given BTS for a given MSC*/
/*! Flush all paging requests at a given BTS for a given MSC (or NULL if all MSC should be flushed). */
void paging_flush_bts(struct gsm_bts *bts, struct bsc_msc_data *msc)
{
struct gsm_paging_request *req, *req2;