aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2010-12-26mncc_sock: Add new 'mncc handler' functionHarald Welte1-1/+6
2010-12-26MNCC: pass the actual 'struct msgb' down the mncc_recv() callbackHarald Welte2-3/+4
2010-12-26mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte1-0/+1
2010-12-26MNCC: remove 'upqueue'Harald Welte1-2/+0
2010-12-26MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.cHarald Welte2-6/+1
2010-12-26MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte1-1/+1
2010-12-26MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()Harald Welte1-1/+1
2010-12-26MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte1-1/+1
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
2010-11-26mid-call: Introduce a timeout to switch from grace to rf off.Holger Hans Peter Freyther1-0/+1
2010-11-15bsc: Implement queuing of messages to the MSC before the con is establishedHolger Hans Peter Freyther1-0/+3
2010-11-15bsc: The ip.access rtp-payload has no useful meaningHolger Hans Peter Freyther1-1/+0
2010-11-15bsc: Add thr audio module to send the MDCX message to the BTSHolger Hans Peter Freyther1-2/+5
2010-11-15bsc: Implement the assignment command to the point of calling into the BSC APIHolger Hans Peter Freyther1-0/+1
2010-11-15bsc: Parse the cipher mode command and pass it to the BSC api.Holger Hans Peter Freyther1-0/+2
2010-11-15bsc: Make bsc_queue_for_msc work on the osmo_bsc_sccp_conHolger Hans Peter Freyther1-1/+1
2010-11-15bsc: Add module for handling BSSAP inputHolger Hans Peter Freyther1-0/+3