Document where to find the how to determine the paging group

Point to the right location in the pile of spec
This commit is contained in:
Holger Freyther 2009-01-01 18:02:29 +00:00
parent 12aa50d5a2
commit 355701bcc0
2 changed files with 1 additions and 8 deletions

View File

@ -400,14 +400,6 @@ int imsi_str2bcd(u_int8_t *bcd_out, const char *str_in)
return 0;
}
# if 0
int rsl_paging_cmd_imsi(struct gsm_bts *bts, u_int8_t chan_needed, const char *imsi_str)
{
/* FIXME: derive the MS Identity */
return rsl_paging_cmd(bts, paging_group, x, y, chan_needed);
}
#endif
/* Chapter 8.5.6 */
int rsl_imm_assign_cmd(struct gsm_bts *bts, u_int8_t len, u_int8_t *val)
{

View File

@ -827,6 +827,7 @@ return;
return;
}
/* FIXME: 05.02 6.5.2 Determination of CCCH_GROUP and PAGING_GROUP... */
/* get the station to page */
pending_station = (struct pending_registered_station*) pending_stations.next;
mi_len = generate_mid_from_tmsi(mi, pending_station->tmsi);