aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 01:43:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 01:43:14 +0100
commit74906224caef4df4eb412aac592ceb5348253189 (patch)
treeaa962bacf7cbe22e84ad8c01c06ad81f45eefb69
parent5a5919435ef85933456b50dc32f3c92802730efa (diff)
gprs_bssgp_pcu.cpp: Comment unused function parse_ra_cap
Commit 741d25cb6f8c0c1522cf6d1be2fea49356ecd4bd commented the only user of the function but forgot to comment too the function itself. Change-Id: I8b291b45aaedfb0421cd28c0d9e24cefa5547b09
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 67277358..1524fb3e 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -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)
{