mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
cosmetic: remove obsolete comment
Change-Id: Ie60e00e07b2129ac4bb3cac94921bf3c8d9cd861
This commit is contained in:
committed by
Neels Hofmeyr
parent
09db3b69ed
commit
f42457ec98
@@ -313,8 +313,7 @@ static struct vty_app_info msc_vty_info = {
|
||||
.is_config_node = bsc_vty_is_config_node,
|
||||
};
|
||||
|
||||
static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gprs_ in CS code */
|
||||
uint16_t *sai)
|
||||
static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, uint16_t *sai)
|
||||
{
|
||||
DEBUGP(DIUCS, "got IuCS message"
|
||||
" %d bytes: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user