summaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte2017-06-181-14/+0
* costmetic: Document gsm48_multirate_config() + const-ify inputHarald Welte2017-05-271-1/+1
* add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr2017-03-081-1/+3
* gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr2017-02-031-1/+2
* gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther2016-01-301-2/+2
* amr: Instead of putting ms/bts into the same struct.. use it twiceHolger Hans Peter Freyther2015-10-021-1/+2
* Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg2015-09-221-0/+3
* Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2015-08-171-0/+14
* bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.cJacob Erlbeck2013-11-011-0/+3
* Revert "bsc/ussd: Send faked CM Service Accept before sending USSD"Holger Hans Peter Freyther2013-10-311-3/+0
* bsc/ussd: Send faked CM Service Accept before sending USSDJacob Erlbeck2013-10-311-0/+3
* Move the bulk of RR processing from MSC into BSCHarald Welte2012-01-231-0/+3
* fix some header file related issues preventing lcr from compilingHarald Welte2011-07-231-4/+6
* misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther2011-04-181-13/+13
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-231-2/+2
* mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte2011-01-011-0/+1
* MNCC: remove 'upqueue'Harald Welte2011-01-011-2/+0
* MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte2011-01-011-1/+1
* GPRS: enhance msgb headroom/tailroom for SGSN (GMM)Harald Welte2010-12-231-2/+2
* chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther2010-09-061-2/+3
* msc: Create a dummy operation to keep the channel open for five secondsHolger Hans Peter Freyther2010-07-051-0/+1
* bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther2010-06-211-1/+1
* [BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte2010-06-201-0/+2
* bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther2010-06-171-0/+1
* bsc_api: Use gsm_subscriber_connection in rrlp.cHolger Hans Peter Freyther2010-06-161-1/+1
* bsc_api: Cut back on direct lchan usage.Holger Hans Peter Freyther2010-06-161-2/+2
* gsm48: Split LU Reject sending and generation into two.Holger Hans Peter Freyther2010-06-151-0/+1
* gsm48: Separate CM Service Reject sending and creation.Holger Hans Peter Freyther2010-06-151-0/+1
* bsc_api: Remove the lchan argument from gsm48_tx_mm_info.Holger Hans Peter Freyther2010-06-151-1/+1
* bsc_api: Move most of GSM0408 to the DTAP API...Holger Hans Peter Freyther2010-06-151-2/+0
* bsc_api: Switch gsm_04_08.c to use the clear request of the API.Holger Hans Peter Freyther2010-06-151-0/+2
* gsm48: Add a generic MI from classmark+mi extraction.Holger Hans Peter Freyther2010-05-161-0/+1
* gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther2010-05-161-1/+1
* make gsm48_msgb_alloc() a static inline functionHarald Welte2010-05-041-1/+9
* remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte2010-03-281-1/+0
* move some gsm48 utility functions to libosmocoreHarald Welte2010-03-041-6/+0
* remove gsm04.08 utility code that has been moved to libosmocoreHarald Welte2010-03-021-0/+1
* move GSM protocol definitions to include/osmocore/protocol/*Harald Welte2010-02-201-736/+1
* [gsm48] Allow to send the assignment command on a different lchanHolger Hans Peter Freyther2010-01-281-1/+1
* gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_reqSylvain Munaut2010-01-031-1/+1
* make handover reference a function call argumentHarald Welte2009-12-171-2/+2
* location updating reject cause now specified on VTY rather than command line argumentHarald Welte2009-12-061-1/+0
* Replace template-based SYSTEM INFORMATION with real implementationHarald Welte2009-12-011-5/+18
* [handover] Implement handover control logicHarald Welte2009-11-291-0/+2
* [handover] Implement 04.08 HANDOVER COMMANDHarald Welte2009-11-291-0/+16
* New complete measurement result/report handlingHarald Welte2009-11-291-24/+4
* [chan] Alloc SDCCH for certain reserved typesHolger Hans Peter Freyther2009-11-221-0/+3
* [lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther2009-11-191-2/+2
* [gsm48] When picking AMR we need to supply the multirate configHolger Hans Peter Freyther2009-11-171-2/+20
* [neci] Separate handling of chan requested for paging anyHolger Hans Peter Freyther2009-11-171-1/+2