paging: Fix 'empty paging' message contents

Thanks to Dieter Spaar for spotting this bug
This commit is contained in:
Harald Welte 2011-07-05 13:36:26 +02:00
parent 5df3cf9db2
commit f78927a9a8
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static int fill_paging_type_3(uint8_t *out_buf, const uint8_t *tmsi1_lv,
return cur - out_buf;
}
static const uint8_t empty_id_lv[] = { 0x01, 0x00 };
static const uint8_t empty_id_lv[] = { 0x01, 0xF0 };
static struct paging_record *dequeue_pr(struct llist_head *group_q)
{