[bsc_hack] House keeping, remove dead code

This callback is not used from within the paging layer. We do
have a different set of callbacks in place. Remove it here.
This commit is contained in:
Holger Freyther 2009-04-19 06:39:29 +00:00
parent c2995ea741
commit bcdebbfcab
2 changed files with 0 additions and 10 deletions

View File

@ -252,9 +252,6 @@ struct gsm_paging_request {
* to the gsm_bts, a timer and some more state.
*/
struct gsm_bts_paging_state {
/* public callbacks */
void (*channel_allocated)(struct gsm_lchan *lchan);
/* pending requests */
struct llist_head pending_requests;
struct gsm_paging_request *last_request;

View File

@ -803,12 +803,6 @@ static int set_system_infos(struct gsm_bts_trx *trx)
return 0;
}
/*
* Inform anyone...
*/
static void bsc_hack_channel_allocated(struct gsm_lchan *lchan) {
}
/*
* Patch the various SYSTEM INFORMATION tables to update
* the LAI
@ -914,7 +908,6 @@ static int bootstrap_network(void)
patch_tables(bts);
paging_init(bts);
bts->paging.channel_allocated = bsc_hack_channel_allocated;
if (db_init(database_name, gsmnet)) {
printf("DB: Failed to init database. Please check the option settings.\n");