aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte1-1/+2
2014-08-21Fix bsc_ctrl_node_lookup after libctrl changesHarald Welte1-3/+5
2014-08-21libctrl: Follow rename of controlif_setup -> ctrl_interface_setupHarald Welte1-1/+1
2014-08-21libctrl: Move bulk of node lookup code into libosmocoreHarald Welte1-122/+3
2014-08-21ctrl_if: Split bsc_ctrl_cmd_handle() in two partsHarald Welte1-50/+81
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte2-2/+7
2014-08-20adopt recent IPA related symbol renameHarald Welte1-0/+1
2014-08-08bsc: Add a ctrl command to send a ussdNotify for a callHolger Hans Peter Freyther1-0/+5
2014-08-04dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg3-8/+12
2014-07-07libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VALDaniel Willmann1-5/+5
2014-06-03rsl: Check if the channel is active and then start the channel releaseHolger Hans Peter Freyther1-16/+12
2014-06-03rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther1-5/+20
2014-06-03lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther1-8/+9
2014-05-26rsl: Remove obsolete FIXME comment.Holger Hans Peter Freyther1-1/+0
2014-05-19chan_alloc: Fall-back to TCH/H, if we cannot find a TCH/FHarald Welte1-0/+5
2014-05-15ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther1-1/+0
2014-05-15ctrl: Fix handling of missing repliesJacob Erlbeck1-3/+11
2014-04-30sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther1-0/+6
2014-04-11bsc: Timers are in seconds, clarify that in the online helpHolger Hans Peter Freyther1-1/+1
2014-04-04oml: Fix compiler warning about aliasingHolger Hans Peter Freyther1-3/+5
2014-04-04rsl: Add missing breaks in the codeHolger Hans Peter Freyther1-0/+6
2014-04-04bsc/msc: Extension can never be NULL use strlen insteadHolger Hans Peter Freyther1-1/+1
2014-04-04abis: Check for failure of ftellHolger Hans Peter Freyther1-0/+5
2014-04-01ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck1-0/+10
2014-03-26ctrl/abis: When the max_power_reduction changes, send it to the BTSHolger Hans Peter Freyther2-1/+28
2014-03-23ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2-1/+181
2014-03-23nitb/ctrl: Add ctrl command to set the TRX max_power_reductionHolger Hans Peter Freyther1-0/+22
2014-03-04libbsc: Add command to set MNC/MCC and apply it if something changedHolger Hans Peter Freyther1-0/+59
2014-03-04libbsc: Add ctrl command to apply the configurationHolger Hans Peter Freyther1-0/+31
2014-03-04libbsc: Add ctrl command for MNC, MCC, short-name and long-nameHolger Hans Peter Freyther2-1/+76
2014-02-08bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther2-4/+4
2014-02-08libbsc: Create the RF interface all the timeHolger Hans Peter Freyther1-15/+23
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg2-2/+10
2014-01-19Fix more hidden TSC bugs for Ericsson BTSHarald Welte1-3/+3
2014-01-19TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte3-14/+4
2014-01-19Do not expect all BTSs support TSC != BCCHarald Welte6-1/+27
2014-01-19Make gsm48_lchan2chan_desc() reflect a ts-specific TSCHarald Welte1-2/+8
2014-01-16si: Implement range 128, 256, 1024 encodingJacob Erlbeck1-6/+6
2014-01-16si: Add generic range w(k) encoderJacob Erlbeck1-58/+83
2014-01-16si: Fix range1024 encodingJacob Erlbeck2-26/+20
2014-01-16si: Fix range512 encodingJacob Erlbeck1-1/+1
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck2-0/+30
2014-01-14Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+81
2014-01-09Add VTY option for Nokia BTS that does not send RELease CONFirm messageAndreas Eversberg2-2/+55
2013-12-27bsc: Reduce the RLL timeout to be smaller than TC1/max_retr+1Holger Hans Peter Freyther1-1/+1
2013-12-18Fix: Nokia requires VTY's "oml e1" parameters alsoAndreas Eversberg1-1/+1
2013-12-12si: Make sure to not overwrite orig_arfcn_hi in the range encodingHolger Hans Peter Freyther1-1/+1
2013-12-12vty: Address coverity issue with subscr->name never being NULLHolger Hans Peter Freyther1-1/+1
2013-12-12subscriber: Address coverity warning and truncate the IMSIHolger Hans Peter Freyther1-1/+2
2013-11-22bsc: Add a VTY command to show the paging group for a BSC/IMSIHolger Hans Peter Freyther1-0/+35