From c1ad2ac20f4066aacbbb8e6482a10fe64edddbbb Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 27 Sep 2012 07:42:36 +0200 Subject: PCU: Add PCH confirm, raise PCU interface version to 4 The confirm is required, so PCU knows when an IMMEDIATE ASSIGN message has has been sent on PCH. The PCU will start packet flow after that confirm. --- src/common/paging.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/paging.c') diff --git a/src/common/paging.c b/src/common/paging.c index b71b7bb7..a4514de7 100644 --- a/src/common/paging.c +++ b/src/common/paging.c @@ -41,6 +41,7 @@ #include #include #include +#include #define MAX_PAGING_BLOCKS_CCCH 9 #define MAX_BS_PA_MFRMS 9 @@ -414,6 +415,8 @@ int paging_gen_msg(struct paging_state *ps, uint8_t *out_buf, struct gsm_time *g /* get message and free record */ memcpy(out_buf, pr[num_pr]->u.imm_ass.msg, GSM_MACBLOCK_LEN); + pcu_tx_pch_data_cnf(gt->fn, pr[num_pr]->u.imm_ass.msg, + GSM_MACBLOCK_LEN); talloc_free(pr[num_pr]); return GSM_MACBLOCK_LEN; } -- cgit v1.2.3