summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipa: Fix a memory leak when the RSL/OML is dropped 'early'historic/on-waves/bsc-masterHolger Hans Peter Freyther2012-08-301-1/+3
* ipa: Do not crash on connect/close of the RSL socketHolger Hans Peter Freyther2012-08-301-2/+11
* misc: Make the code compile with the latest libosmocore/libosmo-sccpHolger Hans Peter Freyther2011-07-129-33/+13
* bsc: Drop the BTS instead of exiting the applicationHolger Hans Peter Freyther2011-05-211-7/+11
* misc: Use the osmocore routine to set the to be ignored signalsHolger Hans Peter Freyther2011-05-131-1/+2
* misc: Abort on exit.. to generate a coredumpHolger Hans Peter Freyther2011-05-091-1/+10
* misc: Catch up with libosmocore 0.3.0Holger Hans Peter Freyther2011-05-0954-503/+503
* vty: The logging method has changed the signatureHolger Hans Peter Freyther2011-05-061-1/+2
* abis: Use LOGL_ERROR for the Failure Event ReportHolger Hans Peter Freyther2011-04-261-6/+6
* bts: Fix a crash where show bts on a new BTS leads to a crashHolger Hans Peter Freyther2011-04-263-2/+11
* bsc: Update to the new header structure of libosmocoreHolger Hans Peter Freyther2011-04-1182-172/+172
* bsc: Make it possible to set the RF interface via the CLIHolger Hans Peter Freyther2011-04-073-1/+23
* misc: Catch up with libosmocore changesHolger Hans Peter Freyther2011-04-075-9/+10
* oml: Parse probable cause and additional text in failure reportsDieter Spaar2011-03-031-0/+14
* rf: Delay execution of commandson-waves/0.3.99.21Holger Hans Peter Freyther2011-02-142-18/+39
* rf: Verify that the requested mode is entered and drop OML in errorHolger Hans Peter Freyther2011-02-142-0/+35
* rf: Remember the last command requested on the RF CMD interfaceHolger Hans Peter Freyther2011-02-143-0/+12
* welcome: Fix the str concat here as well. Start to count at 0.Holger Hans Peter Freyther2010-11-261-1/+1
* vty: For ipaccess we will dump if the OML connection is presentHolger Hans Peter Freyther2010-11-251-2/+6
* mid-call: Do not lose the first word of the messageHolger Hans Peter Freyther2010-11-221-1/+1
* mid-call: Make the mid-call behavior the default for switching things offHolger Hans Peter Freyther2010-11-221-20/+34
* mid-call: Implement a timer to go from grace to off.Holger Hans Peter Freyther2010-11-222-7/+42
* mid-call: Rename ussd-grace to mid-callHolger Hans Peter Freyther2010-11-223-18/+19
* mid-call: Introduce a timeout to switch from grace to rf off.Holger Hans Peter Freyther2010-11-221-0/+11
* bsc_msc_ip: Clean the header, the defines can come from bssap.hHolger Hans Peter Freyther2010-11-031-294/+1
* ussd: Catch up with libosmocore and pass the gsm48_hdrHolger Hans Peter Freyther2010-10-181-1/+4
* ussd: Move the code libosmocore, increase the version number.Holger Hans Peter Freyther2010-10-183-197/+2
* bssap.c: Fix unaligned memory access by using the read_data16Holger Hans Peter Freyther2010-10-081-1/+1
* bssap.c: The lac is only 16bit.. no need to read two bytes of garbageHolger Hans Peter Freyther2010-10-081-3/+3
* This is 0.3.99.20 with bring-up hacks, possible crash fixeson-waves/0.3.99.20Holger Hans Peter Freyther2010-10-071-1/+1
* msc: Only unregister the fd if the fd value is valid.Holger Hans Peter Freyther2010-10-072-2/+4
* msc: Stop the connection timeout when we unregister the bfdHolger Hans Peter Freyther2010-10-071-1/+4
* gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther2010-10-064-146/+3
* oml: In case we get a NACK, drop the OML connection and hope for the bestHolger Hans Peter Freyther2010-10-031-0/+10
* oml: Another band aid for reliable BTS init...Holger Hans Peter Freyther2010-10-022-3/+3
* ipaccess: Re-Enable the delay between commands...Holger Hans Peter Freyther2010-10-021-1/+1
* bsc_msc_ip: Save the welcome text, add an 'e' to the command.Holger Hans Peter Freyther2010-09-291-1/+1
* bsc_msc_ip: Save the bsc-welcome-text messageHolger Hans Peter Freyther2010-09-291-0/+2
* Add missing osmo_bsc_grace.hHolger Hans Peter Freyther2010-09-291-0/+29
* bsc: Send a USSD command after we have a LU Accept and a new_subscriberHolger Hans Peter Freyther2010-09-261-2/+23
* bsc: Add a ussd_welcome_text variable and VTY commandHolger Hans Peter Freyther2010-09-262-0/+18
* bsc: Mark LUs with a different LAC as needing special careHolger Hans Peter Freyther2010-09-262-0/+36
* bsc: Rename to osmo_bsc_grace to prepare putting it into masterHolger Hans Peter Freyther2010-09-165-33/+4
* bsc: Rename the RF Ctl interface to match masterHolger Hans Peter Freyther2010-09-167-22/+22
* bsc_msc: Add minimal code to work with the new SCCP versionHolger Hans Peter Freyther2010-08-252-2/+2
* bsc_msc_ip: Set the right log areaHolger Hans Peter Freyther2010-08-251-0/+1
* sccp: Use the libosmo-sccp library and remove the internal copyHolger Hans Peter Freyther2010-08-2416-2911/+11
* bsc: Remember the MSC connection we use for that connectionHolger Hans Peter Freyther2010-08-242-0/+6
* oml: Workaround for vty misusage...Holger Hans Peter Freyther2010-08-111-1/+1
* mgcp: Speculative mgcp fix...Holger Hans Peter Freyther2010-08-101-1/+1