aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2011-01-13RSL: add code to generate SACCH INFO MODIFY commandHarald Welte1-0/+3
2011-01-11[BSC] Allow manual override of neighbor cell listHarald Welte1-0/+1
2011-01-10sms: Allow to specify the DCS for the SMS.Holger Hans Peter Freyther1-1/+1
2011-01-10sms: Move the sms_from_text to gsm_04_11Holger Hans Peter Freyther1-0/+1
2011-01-07ipa: Only use one IPA number for Osmo extensionsHolger Hans Peter Freyther1-2/+9
2011-01-06mgcp: Include a MGCP Response String in the responseHolger Hans Peter Freyther1-1/+1
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther1-0/+3
2011-01-06subscr: Remember if we need to call subscr_put_channel at the end.Holger Hans Peter Freyther1-0/+1
2011-01-06subscr: Add a vty option to kick the queue.Holger Hans Peter Freyther1-0/+1
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther1-0/+3
2011-01-06subscr: Make it possible to clear pending requests for a subscriberHolger Hans Peter Freyther1-0/+1
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther1-0/+2
2011-01-06subscr: Make the subscr_put_channel work with the subscrHolger Hans Peter Freyther1-1/+1
2011-01-06bsc: Clear the hand-over in case the new_lchan is failingHolger Hans Peter Freyther1-1/+1
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