aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-08 18:55:45 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-08 18:55:45 +0200
commit07891a09080cdc4bc18295e4686a47ca25d2c49f (patch)
treea838b8df715a1ff9aa6c9692e27d36f61baf52ce /include
parent343cae60b68e46f9d4f6e07fe5ac131451f04692 (diff)
paging: Alow to store CCCH messages in paging records
This is required for PCU to send IMMEDIATE ASSIGNMENT messages on PCH. A message in a paging record is sent only once.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/paging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmo-bts/paging.h b/include/osmo-bts/paging.h
index babd31b0..4e39b458 100644
--- a/include/osmo-bts/paging.h
+++ b/include/osmo-bts/paging.h
@@ -22,6 +22,10 @@ int paging_si_update(struct paging_state *ps, struct gsm48_control_channel_descr
int paging_add_identity(struct paging_state *ps, uint8_t paging_group,
const uint8_t *identity_lv, uint8_t chan_needed);
+/* Add an IMM.ASS message to the paging queue */
+int paging_add_imm_ass(struct paging_state *ps, const uint8_t *data,
+ uint8_t len);
+
/* generate paging message for given gsm time */
int paging_gen_msg(struct paging_state *ps, uint8_t *out_buf, struct gsm_time *gt);