blob: b27595e4af2f217218a0b3eae127a574e7025194 [file] [log] [blame]
Harald Welte52b1f982008-12-23 20:25:15 +00001/* GSM Radio Signalling Link messages on the A-bis interface
2 * 3GPP TS 08.58 version 8.6.0 Release 1999 / ETSI TS 100 596 V8.6.0 */
3
4/* (C) 2008 by Harald Welte <laforge@gnumonks.org>
5 * All Rights Reserved
6 *
7 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01008 * it under the terms of the GNU Affero General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
Harald Welte52b1f982008-12-23 20:25:15 +000010 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010015 * GNU Affero General Public License for more details.
Harald Welte52b1f982008-12-23 20:25:15 +000016 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010017 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte52b1f982008-12-23 20:25:15 +000019 *
20 */
21
22#ifndef _RSL_H
23#define _RSL_H
24
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010025#include <osmocom/gsm/protocol/gsm_08_58.h>
Harald Welte52b1f982008-12-23 20:25:15 +000026
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010027#include <osmocom/core/msgb.h>
Harald Welte52b1f982008-12-23 20:25:15 +000028
Sylvain Munaut3f16da22010-12-01 22:25:40 +010029struct gsm_bts;
30struct gsm_lchan;
31struct gsm_subscriber;
Holger Hans Peter Freyther54146272011-01-06 13:47:04 +010032struct gsm_bts_trx_ts;
Sylvain Munaut3f16da22010-12-01 22:25:40 +010033
34
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020035int rsl_bcch_info(struct gsm_bts_trx *trx, uint8_t type,
36 const uint8_t *data, int len);
37int rsl_sacch_filling(struct gsm_bts_trx *trx, uint8_t type,
38 const uint8_t *data, int len);
39int rsl_chan_activate(struct gsm_bts_trx *trx, uint8_t chan_nr,
40 uint8_t act_type,
Harald Welte52b1f982008-12-23 20:25:15 +000041 struct rsl_ie_chan_mode *chan_mode,
42 struct rsl_ie_chan_ident *chan_ident,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020043 uint8_t bs_power, uint8_t ms_power,
44 uint8_t ta);
45int rsl_chan_activate_lchan(struct gsm_lchan *lchan, uint8_t act_type,
Andreas Eversberg723a7512013-10-11 12:55:35 +020046 uint8_t ho_ref);
Harald Welteda783762009-02-18 03:29:53 +000047int rsl_chan_mode_modify_req(struct gsm_lchan *ts);
Harald Welte08d91a52009-08-30 15:37:11 +090048int rsl_encryption_cmd(struct msgb *msg);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020049int rsl_paging_cmd(struct gsm_bts *bts, uint8_t paging_group, uint8_t len,
50 uint8_t *ms_ident, uint8_t chan_needed);
51int rsl_imm_assign_cmd(struct gsm_bts *bts, uint8_t len, uint8_t *val);
Harald Welte52b1f982008-12-23 20:25:15 +000052
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020053int rsl_data_request(struct msgb *msg, uint8_t link_id);
54int rsl_establish_request(struct gsm_lchan *lchan, uint8_t link_id);
55int rsl_relase_request(struct gsm_lchan *lchan, uint8_t link_id);
Harald Welte8470bf22008-12-25 23:28:35 +000056
Harald Welte67fa91b2009-08-10 09:51:40 +020057/* Siemens vendor-specific RSL extensions */
Harald Welte31c48932009-08-10 10:07:33 +020058int rsl_siemens_mrpci(struct gsm_lchan *lchan, struct rsl_mrpci *mrpci);
Harald Welte67fa91b2009-08-10 09:51:40 +020059
Harald Welte75099262009-02-16 21:12:08 +000060/* ip.access specfic RSL extensions */
Holger Hans Peter Freyther231163d2009-11-18 21:06:12 +010061int rsl_ipacc_crcx(struct gsm_lchan *lchan);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020062int rsl_ipacc_mdcx(struct gsm_lchan *lchan, uint32_t ip,
63 uint16_t port, uint8_t rtp_payload2);
Harald Weltea72273e2009-12-20 16:51:09 +010064int rsl_ipacc_mdcx_to_rtpsock(struct gsm_lchan *lchan);
Harald Welte53cd7ac2010-12-23 12:59:52 +010065int rsl_ipacc_pdch_activate(struct gsm_bts_trx_ts *ts, int act);
Harald Welte75099262009-02-16 21:12:08 +000066
Harald Welte8470bf22008-12-25 23:28:35 +000067int abis_rsl_rcvmsg(struct msgb *msg);
68
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020069uint64_t str_to_imsi(const char *imsi_str);
Holger Hans Peter Freyther5ca825e2012-12-06 12:01:38 +010070int rsl_release_request(struct gsm_lchan *lchan, uint8_t link_id,
71 enum rsl_rel_mode release_mode);
Holger Freyther2976c402009-02-04 01:09:20 +000072
Holger Hans Peter Freyther74419492010-04-10 00:12:31 +020073int rsl_lchan_set_state(struct gsm_lchan *lchan, int);
Holger Hans Peter Freyther454140e2014-12-28 12:08:28 +010074int rsl_lchan_mark_broken(struct gsm_lchan *lchan, const char *broken);
Holger Hans Peter Freyther74419492010-04-10 00:12:31 +020075
Harald Welte8470bf22008-12-25 23:28:35 +000076/* to be provided by external code */
Harald Welteae0f2362009-07-19 18:36:49 +020077int rsl_deact_sacch(struct gsm_lchan *lchan);
Harald Welte52b1f982008-12-23 20:25:15 +000078
Holger Freytherb0155442009-02-03 23:24:04 +000079/* BCCH related code */
80int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf);
81int rsl_ccch_conf_to_bs_ccch_sdcch_comb(int ccch_conf);
Holger Freytherb0155442009-02-03 23:24:04 +000082
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020083int rsl_sacch_info_modify(struct gsm_lchan *lchan, uint8_t type,
84 const uint8_t *data, int len);
Harald Welte18b590d2011-01-13 00:08:17 +010085
Harald Weltefcd24452009-06-20 18:15:19 +020086int rsl_chan_bs_power_ctrl(struct gsm_lchan *lchan, unsigned int fpc, int db);
87int rsl_chan_ms_power_ctrl(struct gsm_lchan *lchan, unsigned int fpc, int dbm);
88
Holger Hans Peter Freyther8cb4a0f2010-07-21 15:54:32 +080089/* SMSCB functionality */
90int rsl_sms_cb_command(struct gsm_bts *bts, uint8_t chan_number,
Harald Welte30f1f372014-12-28 15:00:45 +010091 struct rsl_ie_cb_cmd_type cb_command,
92 const uint8_t *data, int len);
Holger Hans Peter Freyther8cb4a0f2010-07-21 15:54:32 +080093
Dieter Spaar16646022011-07-28 00:01:50 +020094/* some Nokia specific stuff */
95int rsl_nokia_si_begin(struct gsm_bts_trx *trx);
96int rsl_nokia_si_end(struct gsm_bts_trx *trx);
97
98/* required for Nokia BTS power control */
99int rsl_bs_power_control(struct gsm_bts_trx *trx, uint8_t channel, uint8_t reduction);
100
Holger Hans Peter Freyther85825352011-12-27 22:24:17 +0100101
102int rsl_release_sapis_from(struct gsm_lchan *lchan, int start,
103 enum rsl_rel_mode release_mode);
Holger Hans Peter Freytherb3489392011-12-28 16:21:05 +0100104int rsl_start_t3109(struct gsm_lchan *lchan);
Holger Hans Peter Freyther85825352011-12-27 22:24:17 +0100105
Holger Hans Peter Freyther006e3d82012-12-25 23:45:14 +0100106int rsl_direct_rf_release(struct gsm_lchan *lchan);
107
Harald Welte52b1f982008-12-23 20:25:15 +0000108#endif /* RSL_MT_H */
109