summaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_rsl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsc_init: Forget which SIs are valid for the trxMax2017-06-151-3/+2
* libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation messageAlexander Couzens2017-03-231-0/+3
* RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte2017-03-231-1/+2
* dyn TS: clearly use lchan[0], fixing minor confusionNeels Hofmeyr2016-08-271-1/+1
* dyn TS: split dyn_pdch_init() for new dyn type and renameNeels Hofmeyr2016-07-281-1/+4
* dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS EnableNeels Hofmeyr2016-06-141-0/+2
* Refactor SI-related codeMax2016-04-161-0/+1
* lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther2015-01-021-0/+1
* Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte2014-12-301-1/+2
* dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg2014-08-041-1/+1
* gsm: Do not attempt to release SAPI=0 if it was never allocatedHolger Hans Peter Freyther2012-12-261-0/+2
* lchan: Introduce T3109 handling for the release procedureHolger Hans Peter Freyther2012-12-231-0/+1
* lchan: Release the lchan more quickly, align with GSM 04.08Holger Hans Peter Freyther2012-12-231-1/+4
* rsl: Rename the reason to release_mode and use the enum valueHolger Hans Peter Freyther2012-12-231-1/+2
* rsl: This is provided by libosmo-abis, remove it hereHolger Hans Peter Freyther2012-01-171-1/+0
* Initial version of Support for Nokia *Site BTSDieter Spaar2011-08-101-0/+7
* move gsm 05.02 related calculations into libosmocoreHarald Welte2011-06-261-3/+0
* use new gsm48_number_of_paging_subchannels from libosmocoreHarald Welte2011-06-261-1/+0
* move {ts,lchan}2chan_nr() functions to gsm_data_shared.cHarald Welte2011-06-251-1/+0
* misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther2011-04-181-25/+25
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-231-2/+2
* RSL: add code to generate SACCH INFO MODIFY commandHarald Welte2011-01-131-0/+3
* misc: Forward declare the struct gsm_bts_trx_ts to avoid warning.Holger Hans Peter Freyther2011-01-061-0/+1
* License change: We are now AGPLv3+ instead of GPLv2+Harald Welte2011-01-011-6/+5
* Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslotHarald Welte2010-12-231-1/+1
* rsl: Remove unimplemented/unused rsl_paging_cmd_subscrHolger Hans Peter Freyther2010-12-221-2/+0
* include: Add proper predeclaration for struct in abis_rsl.hSylvain Munaut2010-12-011-0/+5
* chan_alloc: Change Channel Release to release SAPIs, then the channelHolger Hans Peter Freyther2010-07-311-0/+1
* rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMANDHolger Hans Peter Freyther2010-07-231-0/+4
* abis_rsl: Allow to specify the release mode for a given channel.Holger Hans Peter Freyther2010-06-081-1/+1
* [rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther2010-04-101-0/+2
* [rsl] Remove method that is not called by anything.Holger Hans Peter Freyther2010-04-101-1/+0
* RSL: keep track of ip.access dynamic TCH/PDCH activationHarald Welte2010-03-281-1/+1
* move GSM protocol definitions to include/osmocore/protocol/*Harald Welte2010-02-201-481/+1
* split 'libosmocore' from openbsc codebaseHarald Welte2010-02-201-1/+1
* rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte2009-12-201-0/+1
* ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte2009-12-191-2/+1
* [handover] first functional handover implementationHarald Welte2009-12-171-1/+1
* mark lchan2chan_nr() using a 'const' parameterHarald Welte2009-12-091-1/+1
* [ipa] Change names of RTP methods to follow MGCP namingHolger Hans Peter Freyther2009-11-191-14/+14
* [GPRS] Add RSL function for ip.access PDCH activationHarald Welte2009-10-241-0/+1
* A5 support for RSL and 04.08 (not used yet)Harald Welte2009-08-301-0/+1
* siemens vendor specific message type and IE definitionsHarald Welte2009-08-101-0/+22
* make rsl_siemens_mrpci() use struct rsl_mrpciHarald Welte2009-08-101-1/+1
* Add function to generate siemens-specific MRPCI RSL messageHarald Welte2009-08-101-1/+33
* misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther2009-08-101-0/+1
* Add new BSC RLL layer of codeHarald Welte2009-08-091-0/+1
* start using the RLL RELEASE proceduresHarald Welte2009-08-081-0/+1
* parse and decode Siemens specific T_MSRFPCI messageHarald Welte2009-08-041-0/+1
* generalize channel activation / channel mode modifyHarald Welte2009-07-291-4/+11