aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-05-12chan: After sending the GSM04.08 RR Release, reset the subscriber and waitHolger Hans Peter Freyther1-0/+5
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 for message creation.Holger Hans Peter Freyther1-15/+1
2010-05-12bssap: Use libosmocore to create GSM0808 ResetHolger Hans Peter Freyther2-17/+2
2010-05-12bssap: Start to libosmocore for gsm0808 message creation.Holger Hans Peter Freyther1-32/+2
2010-05-12ipaccess: Wait for the BASEBAND_TRANSCEIVER and then bootstrap OMLHolger Hans Peter Freyther1-17/+16
2010-05-12abis: Pass the abis_om_obj_inst in the nm_state_event..Holger Hans Peter Freyther5-6/+10
2010-05-12nat: Have a recycle timer that removes unconfirmed SCCP connections.Holger Hans Peter Freyther1-0/+32
2010-05-12nat: When we fail to reallocate... also close down the MGCP partHolger Hans Peter Freyther1-0/+1
2010-05-12nat: Store the creation time of a sccp connection.Holger Hans Peter Freyther2-1/+4
2010-05-11bsc_msc_ip: Use constants for ?/0/1.Holger Hans Peter Freyther1-2/+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-11nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther2-15/+32
2010-05-11bsc_msc_ip: Add a test mode to send messages to the MSC.Holger Hans Peter Freyther1-1/+34
2010-05-11gsm0408: Use counter_inc to increment the counter.Holger Hans Peter Freyther1-1/+1
2010-05-05bsc_msc: Add a connection timeout for the MSC.Holger Hans Peter Freyther1-0/+12
2010-05-05nat: Using the right fd can be a good idea as wellHolger Hans Peter Freyther1-1/+1
2010-05-05nat: Fix bad bug, make sure the fd is not overwritten..Holger Hans Peter Freyther1-11/+11
2010-05-05bsc_msc_ip: Attempt to disable nagleHolger Hans Peter Freyther1-0/+7
2010-05-05nat: Use TCP_NODELAY for the connection to the BSC.Holger Hans Peter Freyther1-1/+7
2010-05-05bsc_msc_ip: Add VTY code for ping/pong timeout.Holger Hans Peter Freyther1-0/+21
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 Freyther2-2/+4
2010-05-05nat: Improve log messages. Refer to ip and fd.Holger Hans Peter Freyther1-3/+6
2010-05-05nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther3-3/+42
2010-05-03move gsm48_construct_ra() to libosmocoreHarald Welte1-27/+0
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 Freyther2-6/+70
2010-05-02nat: Send a IPA PING down the stream and wait for the pong.Holger Hans Peter Freyther1-0/+55
2010-05-02nat: Allow to only show statistics for a given BSC Cfg.Holger Hans Peter Freyther1-1/+9
2010-05-02nat: Do not allow a BSC to send auth messages twice.Holger Hans Peter Freyther1-0/+6
2010-05-02nat: Fix vty output for connected BSCsHolger Hans Peter Freyther1-1/+1
2010-05-01bssap: Store the link_id in the new msgb->cb.Holger Hans Peter Freyther1-4/+6
2010-05-01remove any reference to 'struct gsm_bts_link'Holger Hans Peter Freyther1-2/+0
2010-05-01gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is goneHarald Welte1-1/+1
2010-05-01nat: Improve log message and refer to the BSC that was lost.Holger Hans Peter Freyther1-2/+6
2010-05-01nat: Fix memory leak... in MGCP forwardingHolger Hans Peter Freyther1-0/+1
2010-04-30[vty] Free the matched at the end of the routine.Holger Hans Peter Freyther1-4/+0
2010-04-30[vty] Plug memory leak on auto completion.Holger Hans Peter Freyther1-1/+3
2010-04-30[vty] Allow to create a buffer in a given context.Holger Hans Peter Freyther3-5/+5
2010-04-30[vty] Move some allocations into the context of the vty.Holger Hans Peter Freyther1-5/+5
2010-04-30[vty] Remove FIXME as it appears to do the right thing.Holger Hans Peter Freyther1-2/+1
2010-04-30nat: Report some more contextsHolger Hans Peter Freyther1-1/+11
2010-04-29[mgcp] Remove talloc.h header.Holger Hans Peter Freyther1-1/+0
2010-04-27nat: Do not use \n in the vty code.Holger Hans Peter Freyther1-5/+5
2010-04-27nat: Add a command to close a given BSC ConnectionHolger Hans Peter Freyther2-5/+23
2010-04-27nat: Print the remote reference as well.Holger Hans Peter Freyther1-1/+5
2010-04-26[ts] Make the e1inp_ts delay configurableHolger Hans Peter Freyther4-2/+11
2010-04-26ipaccess: Restore the original delay for the nanoBTS delay.Holger Hans Peter Freyther1-2/+1