From 9c880c9a9bbea475f8c1af48c6a836e6ce6eb91e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 24 Oct 2009 10:29:22 +0200 Subject: [GPRS] Add RSL function for ip.access PDCH activation If we have a dynamic TCH/F / PDCH channel configuration, then we can either ACTIVATE CHANNEL it for a TCH/F, or we need to send this vendor-specific PDCH ACTIVATE command to use it as a PDCH. As opposed to a fixed configuration, this allows an intelligent BSC channel allocator to use otherwise idle channels as PDCH as long as no more TCH's are needed. --- openbsc/include/openbsc/abis_rsl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/abis_rsl.h') diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h index 8c5547d1d..1ffea3f14 100644 --- a/openbsc/include/openbsc/abis_rsl.h +++ b/openbsc/include/openbsc/abis_rsl.h @@ -539,6 +539,7 @@ int rsl_ipacc_bind(struct gsm_lchan *lchan); int rsl_ipacc_connect(struct gsm_lchan *lchan, u_int32_t ip, u_int16_t port, u_int16_t conn_id, u_int8_t rtp_payload2); +int rsl_ipacc_pdch_activate(struct gsm_lchan *lchan); int abis_rsl_rcvmsg(struct msgb *msg); -- cgit v1.2.3