gprs_bssgp_pcu.cpp: Comment unused function parse_ra_cap

Commit 741d25cb6f commented the only user
of the function but forgot to comment too the function itself.

Change-Id: I8b291b45aaedfb0421cd28c0d9e24cefa5547b09
This commit is contained in:
Pau Espin 2018-03-17 01:43:12 +01:00
parent 5a5919435e
commit 74906224ca
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ static int parse_imsi(struct tlv_parsed *tp, char *imsi)
return 0;
}
#if 0
static int parse_ra_cap(struct tlv_parsed *tp, MS_Radio_Access_capability_t *rac)
{
bitvec *block;
@ -102,6 +103,7 @@ static int parse_ra_cap(struct tlv_parsed *tp, MS_Radio_Access_capability_t *rac
bitvec_free(block);
return 0;
}
#endif
static int gprs_bssgp_pcu_rx_dl_ud(struct msgb *msg, struct tlv_parsed *tp)
{