aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther1-1/+3
2010-05-16[bsc_msc_ip] Move the command to the right placeHolger Hans Peter Freyther1-28/+0
2010-05-15gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther1-1/+8
2010-05-15[bsc_msc] Move the id get response into the bsc_msc.cHolger Hans Peter Freyther1-9/+2
2010-05-12bsc_msc_ip: Assign a dummy gsm_subscriber to send a SACH DEACTIVATEHolger Hans Peter Freyther1-0/+18
2010-05-12bssap: Use libosmocore to create GSM0808 ResetHolger Hans Peter Freyther1-1/+2
2010-05-11bsc_msc_ip: Add an extra command to show the MSC status.Holger Hans Peter Freyther1-0/+28
2010-05-11bsc_msc_ip: Move the MSC connection into the structureHolger Hans Peter Freyther1-17/+16
2010-05-11bsc_msc_ip: Add a test mode to send messages to the MSC.Holger Hans Peter Freyther1-1/+34
2010-05-05bsc_msc_ip: Attempt to disable nagleHolger Hans Peter Freyther1-0/+7
2010-05-05bsc_msc_ip: Do not send a ping when the timeout is negativeHolger Hans Peter Freyther1-0/+3
2010-05-05bsc_msc_ip: Make the ping/pong timeouts configurableHolger Hans Peter Freyther1-2/+2
2010-05-03bsc: Speculative crash fix.Holger Hans Peter Freyther1-0/+1
2010-05-03nat/bsc: Send PONG on PING, send PING from the BSC tooHolger Hans Peter Freyther1-1/+52
2010-04-23bsc_msc_ip: Add a timeout for waiting for the CC of the networkHolger Hans Peter Freyther1-20/+46
2010-04-19bsc_msc_ip: Crash fix on MO-Call starting with a SDCCHHolger Hans Peter Freyther1-1/+2
2010-04-18bsc_msc_ip: Print a small status on active connectionsHolger Hans Peter Freyther1-0/+6
2010-04-17bsc_msc_ip: Allow to put the MSC address into the network configHolger Hans Peter Freyther1-16/+21
2010-04-14[bsc_msc_ip] Implement a simple RF lock command interfaceHolger Hans Peter Freyther1-1/+17
2010-04-14bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connectionHolger Hans Peter Freyther1-11/+14
2010-04-14bsc_msc_ip.c: Set the signal handler earlier..Holger Hans Peter Freyther1-7/+7
2010-04-14bsc_msc_ip.c: Fix the source comment...Holger Hans Peter Freyther1-1/+1
2010-04-13[bsc_msc_ip] Fix the name of the process.Holger Hans Peter Freyther1-1/+1
2010-04-13[bsc_msc_ip] Remove the possible dangerous -P option for the BSCHolger Hans Peter Freyther1-2/+1
2010-04-11bsc_msc_ip.c: Do not directly write but use the write queue..Holger Hans Peter Freyther1-7/+1
2010-04-09bsc_msc_ip.c: Fix crash when gsmnet is not yet initialized.Holger Hans Peter Freyther1-2/+4
2010-04-08bsc_msc_ip: Attempt to handle assignment failures more properlyHolger Hans Peter Freyther1-6/+12
2010-04-08bsc_msc_ip.c: Move from DEBUG to LOG loggingHolger Hans Peter Freyther1-31/+31
2010-04-08bsc_msc_ip.c: Mention the timestamp config option.Holger Hans Peter Freyther1-0/+1
2010-04-08bssap: Speculative crash fix when queueing messages for the BTSHolger Hans Peter Freyther1-3/+17
2010-04-08bsc_msc_ip: Specify the size we can read directly...Holger Hans Peter Freyther1-1/+1
2010-04-07bsc_msc_ip.c: Fix the -e command line optionHolger Hans Peter Freyther1-1/+1
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-24/+24
2010-04-06bsc_msc_ip.c: Do not attempt to disconnect when not connectedHolger Hans Peter Freyther1-0/+2
2010-04-06bsc_msc_ip.c: Crash fix when the MSC disconnectsHolger Hans Peter Freyther1-2/+12
2010-04-06bsc_msc_ip.c: Register the SIGUSR2 handler... to really handle it.Holger Hans Peter Freyther1-0/+1
2010-04-06bsc_msc_ip.c: Remove unused variable.Holger Hans Peter Freyther1-1/+0
2010-04-05bsc_msc_ip: Use the force_free method to free the SCCP connectionHolger Hans Peter Freyther1-2/+1
2010-04-05bsc_msc_ip: Verify that the sccp connection is present.Holger Hans Peter Freyther1-1/+2
2010-04-04bsc_msc_ip.c: Fix crash for the hexdump during writing..Holger Hans Peter Freyther1-1/+1
2010-04-04bsc_msc_ip.c: Fix the reading of data...Holger Hans Peter Freyther1-1/+1
2010-04-04bsc_msc_ip.c: Use another kernel feature to bind to a random portHolger Hans Peter Freyther1-8/+2
2010-04-04bsc_msc_ip.c: Use strerror to print the errno variable.Holger Hans Peter Freyther1-2/+2
2010-04-04Revert "bsc_msc_ip: Use the autobind functionality of the kernel"Holger Hans Peter Freyther1-1/+18
2010-04-02bsc_msc_ip.c: Return after having freed the msgbHolger Hans Peter Freyther1-2/+7
2010-03-31bsc_msc_ip: Use the autobind functionality of the kernelHolger Hans Peter Freyther1-18/+1
2010-03-31bsc_msc_ip: Create a local UDP socket and relay MGCP messagesHolger Hans Peter Freyther1-5/+144
2010-03-29bsc_msc: Handle the loss of the MSC connection betterHolger Hans Peter Freyther1-4/+38
2010-03-29[misc] Clean some whitespace in files of this branch.Holger Hans Peter Freyther1-2/+1
2010-03-26msc: Create a real interface for BSC MSC and start handling reconnectsHolger Hans Peter Freyther1-13/+30