aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/pcu_if.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2016-12-02 19:04:34 +0100
committerHarald Welte <laforge@gnumonks.org>2017-05-25 14:04:08 +0200
commitf8aeb2cccb767c8823e1c851efd8de86a226033e (patch)
treece1e791393a0bbf7c66c7519d25f4dd40832c33a /openbsc/include/openbsc/pcu_if.h
parentf14cb3535cf469632b5da63f35b31aa79fd0c5c3 (diff)
pcu_sock: Forward imm.ass PCU originated messages
The PCU sends imm.ass messages in response to a rach request. Those messages need to be forwarded to RSL in order to get them send. This commit introduces the required functionality for that Change-Id: Ice099c4ed7008200ed179e581aba1899c6c29455
Diffstat (limited to 'openbsc/include/openbsc/pcu_if.h')
-rw-r--r--openbsc/include/openbsc/pcu_if.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/pcu_if.h b/openbsc/include/openbsc/pcu_if.h
index 68d417411..0c355b7a6 100644
--- a/openbsc/include/openbsc/pcu_if.h
+++ b/openbsc/include/openbsc/pcu_if.h
@@ -24,6 +24,10 @@ int pcu_tx_rach_ind(struct gsm_bts *bts, int16_t qta, uint16_t ra, uint32_t fn,
/* Confirm the sending of an immediate assignment to the pcu */
int pcu_tx_imm_ass_sent(struct gsm_bts *bts, uint32_t tlli);
+
+/* Confirm the sending of an immediate assignment to the pcu */
+int pcu_tx_imm_ass_sent(struct gsm_bts *bts, uint32_t tlli);
+
/* Open connection to PCU */
int pcu_sock_init(const char *path, struct gsm_bts *bts);