aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc
AgeCommit message (Expand)AuthorFilesLines
2010-11-15bsc: Implement sending an assignment failureHolger Hans Peter Freyther1-0/+9
2010-11-15bsc: Send a Clear Reques on RF Failures to the MSC.Holger Hans Peter Freyther1-0/+10
2010-11-15bsc: Implement sending a SAPI n Reject.Holger Hans Peter Freyther1-0/+9
2010-11-15bsc: Implement the DTAP callback and forward the data to the MSCHolger Hans Peter Freyther1-0/+9
2010-11-15bsc: Implement sending the assignment complete to the networkHolger Hans Peter Freyther1-0/+10
2010-11-15bsc: Implement sending a Cipher Mode Complete messageHolger Hans Peter Freyther1-0/+12
2010-11-15bsc: Add a method that will queue the message on a MSC connection.Holger Hans Peter Freyther1-0/+7
2010-11-15bsc: Add some basic checks to see if a SCCP connection is establishedHolger Hans Peter Freyther1-0/+19
2010-11-15bsc: Complain about unimplemented stuff.Holger Hans Peter Freyther1-0/+1
2010-11-15bsc_api: The rr_cause is optional, pass it as a pointerHolger Hans Peter Freyther1-1/+2
2010-11-15bsc_api: Nuke the clear complete from the API.Holger Hans Peter Freyther1-5/+0
2010-11-15bsc_api: Provide the link_id in the dtap callback.Holger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: Add needed parameters to the assignment complete callbackHolger Hans Peter Freyther1-1/+3
2010-11-15bsc_api: The cipher mode is not a message on the air interfaceHolger Hans Peter Freyther1-6/+0
2010-11-15bsc_api: Change the cause to a uint8_t for nowHolger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: Fix a use after free error in the Clear Request pathHolger Hans Peter Freyther1-1/+2
2010-11-15misc: Introduce a --enable-coverage mode to build with gprof coverageHolger Hans Peter Freyther1-2/+2
2010-11-03bsc: Add simple SCCP binding code.Holger Hans Peter Freyther3-1/+84
2010-11-03bsc: Fix crash when making a MSC connection.Holger Hans Peter Freyther1-3/+2
2010-11-03bsc: Add the audio codec list command to list preferred codecsHolger Hans Peter Freyther1-0/+78
2010-11-03bsc: Add the rtp-base command to osmo-bscHolger Hans Peter Freyther1-1/+18
2010-11-03bsc: Add the ip.access rtp-payload command known from bsc_msc_ipHolger Hans Peter Freyther1-0/+15
2010-11-03bsc: Readd the core network code settingHolger Hans Peter Freyther1-0/+14
2010-11-03bsc: Fix the name of the local vty variable.Holger Hans Peter Freyther1-1/+1
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther1-2/+2
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-10/+3
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-09-16bsc; Register the BSC API with many blanks.Holger Hans Peter Freyther2-1/+55
2010-09-16msc: Send a signal when the connections to the MSC droppedHolger Hans Peter Freyther1-10/+9
2010-09-16bsc: Reorder the includes... should be alphabetically nowHolger Hans Peter Freyther1-2/+3
2010-09-16bsc: Make the write method public it will be used by other modulesHolger Hans Peter Freyther1-2/+1
2010-09-16bsc: Add code responsible for connecting, reconnecting to the MSCHolger Hans Peter Freyther3-1/+377
2010-09-16bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branchHolger Hans Peter Freyther2-0/+109
2010-09-16osmo_rf: Keep the current policy inside the RF struct..Holger Hans Peter Freyther1-5/+7
2010-09-15bsc: Move the rf_ctl into the msc data structHolger Hans Peter Freyther1-3/+3
2010-09-15bsc: Register a new MSC group with data for the MSC connectionHolger Hans Peter Freyther1-1/+140
2010-09-15bsc: Remove the old msc parameter, everything is in the VTY config nowHolger Hans Peter Freyther1-2/+0
2010-09-15bsc: Create struct osmo_msc_data to hold MSC information, handle signalsHolger Hans Peter Freyther1-0/+43
2010-09-11bsc: Set the copyright for the real BSC.Holger Hans Peter Freyther1-0/+2
2010-08-26vty: Provide a is_config_node for the VTY and use it for the bscHolger Hans Peter Freyther1-1/+2
2010-08-25Introduce '-D' commandline option to daemonize processesHarald Welte1-1/+15
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther2-3/+9
2010-07-29osmo_bsc_rf: Add a grace command, send a signalHolger Hans Peter Freyther1-0/+15
2010-07-05bsc: Add header file for the true BSC API.Holger Hans Peter Freyther2-1/+27
2010-06-30osmo_bsc: Add option parsing, vty dummyHolger Hans Peter Freyther3-1/+182
2010-06-30osmo_bsc: Add empty osmo_bsc_main.c and hook it into the buildHolger Hans Peter Freyther2-0/+41
2010-06-30osmo-bsc: Start adding code for the osmo_bsc..Holger Hans Peter Freyther1-0/+249