aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-01-06misc: Fix compiler warning about incompatible pointersHolger Hans Peter Freyther1-1/+1
2011-01-06misc: Forward declare the struct gsm_bts_trx_ts to avoid warning.Holger Hans Peter Freyther1-0/+1
2011-01-06mncc: Switch the header file from u_int to uintHolger Hans Peter Freyther1-7/+9
2011-01-06rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domainHolger Hans Peter Freyther1-0/+11
2011-01-01mncc_sock: Add new 'mncc handler' functionHarald Welte1-1/+6
2011-01-01MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte2-3/+4
2011-01-01mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte1-0/+1
2011-01-01MNCC: remove 'upqueue'Harald Welte1-2/+0
2011-01-01MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte2-6/+1
2011-01-01MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte1-1/+1
2011-01-01MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte1-1/+1
2011-01-01MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte20-120/+100
2010-12-27lchan: Every SS_LCHAN signal now sends a struct lchan_sig_dataHolger Hans Peter Freyther1-0/+7
2010-12-26SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSIHarald Welte1-0/+1
2010-12-26SGSN: Implement network-initiated PDP CTX DEACT when GGSN restartsHarald Welte2-0/+15
2010-12-26sms: Allow setting amount of failures through the vty.Holger Hans Peter Freyther1-0/+1
2010-12-26sms: Add vty command to clear the pending messageHolger Hans Peter Freyther1-0/+1
2010-12-26sms: Make the max_pending tunable via a vty runtime settingHolger Hans Peter Freyther1-0/+1
2010-12-26sms: Provide some simple vty command for the state of the SMS queueHolger Hans Peter Freyther1-0/+4
2010-12-26sms: Begin sending SMS messages, handle failuresHolger Hans Peter Freyther1-0/+2
2010-12-26sms: Introduce a SMS queue that will be responsible for deliveryHolger Hans Peter Freyther4-1/+13
2010-12-26sms: Create signal data for SMS with more informationHolger Hans Peter Freyther1-0/+9
2010-12-26sms: Dispatch a failed signal in many of the MT-sms pointsHolger Hans Peter Freyther1-0/+1
2010-12-25db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther1-1/+1
2010-12-25db: Add method to load a SMS by id.Holger Hans Peter Freyther1-0/+1
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther3-0/+6
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther2-0/+2
2010-12-24subscr: Introduce subscr_purge_inactive to free unused subscribersHolger Hans Peter Freyther1-0/+2
2010-12-24subscr: Make it possible to keep subscribers in RAM.Holger Hans Peter Freyther1-0/+3
2010-12-24BSC Call Control: Actually implement call statisticsHarald Welte1-3/+4
2010-12-23GPRS: enhance msgb headroom/tailroom for SGSN (GMM)Harald Welte1-2/+2
2010-12-23Authentication: use ENUM instead of magic numbersHarald Welte1-0/+7
2010-12-23Use 04.08 IMM ASS REJECT in case we run out of channelsHarald Welte1-0/+1
2010-12-23Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslotHarald Welte1-1/+1
2010-12-22MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue()Harald Welte1-0/+6
2010-12-22rsl: Remove unimplemented/unused rsl_paging_cmd_subscrHolger Hans Peter Freyther1-2/+0
2010-12-22misc: Remove gsm_subscriber.h from the db.h fileHolger Hans Peter Freyther1-1/+8
2010-12-22misc: Remove gsm_subscriber.h include to reduce dependencies.Holger Hans Peter Freyther1-1/+1
2010-12-21ts Make the e1inp_ts delay configurableHolger Hans Peter Freyther1-0/+3
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther2-0/+9
2010-12-14bs11_config: show the BPORT0 / BPORT1 configuration in 'query'Harald Welte1-0/+1
2010-12-01include: Add proper predeclaration for struct in mncc.hSylvain Munaut1-0/+3
2010-12-01include: Small fixes to gsm_data.hSylvain Munaut1-2/+3
2010-12-01include: Add proper predeclaration for struct in system_information.hSylvain Munaut1-0/+3
2010-12-01include: Add proper predeclaration for struct in abis_rsl.hSylvain Munaut1-0/+5
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut1-1/+2
2010-12-01bsc: Allow to configure Optional Cell Selection params from vtySylvain Munaut1-0/+2
2010-11-26mid-call: Implement a timer to go from grace to off.Holger Hans Peter Freyther1-0/+4
2010-11-26mid-call: Rename ussd-grace to mid-callHolger Hans Peter Freyther1-2/+2