aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-23 12:41:34 +0100
committerlaforge <laforge@osmocom.org>2020-01-06 10:26:46 +0000
commitd7c3265223268c920fb24df5c7b6e29a54284571 (patch)
tree0c3dcf10671739853c2243defbcc4b7878eec538 /src/bts.h
parentb507e428e880fcf88111670b6b6a5be6ce1c0123 (diff)
Pass paging group instead of imsi where later is not needed
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.h b/src/bts.h
index 0eaab854..823138bb 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -306,7 +306,7 @@ public:
enum ph_burst_type burst_type);
int rcv_ptcch_rach(uint8_t trx_nr, uint8_t ts_nr, uint32_t fn, int16_t qta);
- void snd_dl_ass(gprs_rlcmac_tbf *tbf, bool poll, const char *imsi);
+ void snd_dl_ass(gprs_rlcmac_tbf *tbf, bool poll, uint16_t pgroup);
GprsMsStorage &ms_store();
GprsMs *ms_by_tlli(uint32_t tlli, uint32_t old_tlli = 0);