aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[vty] Count pending paging requests for the vtyHolger Hans Peter Freyther1-0/+3
2010-04-19[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther1-1/+1
2010-04-18nat: Return the SCCP Connection again...Holger Hans Peter Freyther1-1/+1
2010-04-17bsc_msc_ip: Allow to put the MSC address into the network configHolger Hans Peter Freyther1-0/+2
2010-04-17nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther1-1/+1
2010-04-17nat: Make the MSC configurable.Holger Hans Peter Freyther1-0/+1
2010-04-17nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-0/+2
2010-04-17Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther1-2/+0
2010-04-14[bsc_msc_ip] Implement a simple RF lock command interfaceHolger Hans Peter Freyther2-1/+21
2010-04-14bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connectionHolger Hans Peter Freyther1-0/+1
2010-04-13nat: Add config option to filter/handle certain imsi'es.Holger Hans Peter Freyther1-0/+15
2010-04-13[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+39
2010-04-13[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+4
2010-04-13[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-0/+4
2010-04-13[vty] Separate BSC and MSC statistics. Make it easy to print them.Holger Hans Peter Freyther1-0/+4
2010-04-11[bsc_init] When the RSL/OML connection drops, free all lchanHolger Hans Peter Freyther1-0/+1
2010-04-11[ipa] Handle losing the RSL/OML connection..Holger Hans Peter Freyther1-0/+2
2010-04-09[paging] Simplify the last request and treat llist as a queueHolger Hans Peter Freyther1-1/+0
2010-04-09[rsl] Rework the lchan channel release procedureHolger Hans Peter Freyther2-0/+4
2010-04-09[rsl] Remove method that is not called by anything.Holger Hans Peter Freyther1-1/+0
2010-04-09[rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther1-0/+2
2010-04-09[rsl] Introduce an error state for the lchan and set it on releaseHolger Hans Peter Freyther1-0/+2
2010-04-09[rsl] Implement the T3111 timer to delay the RF Channel releaseHolger Hans Peter Freyther1-0/+1
2010-04-08bssap: Speculative crash fix when queueing messages for the BTSHolger Hans Peter Freyther1-1/+0
2010-04-08nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther1-1/+3
2010-04-07nat: Send the reset after we have received the init ackHolger Hans Peter Freyther1-0/+3
2010-04-07[mgcp] Add an option to allow using reallocing an endpointHolger Hans Peter Freyther1-0/+3
2010-04-07[mgcp] Count incoming RTP packets from the BTS and remoteHolger Hans Peter Freyther1-0/+4
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther12-125/+74
2010-04-06nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-2/+2
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther2-1/+8
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther2-1/+7
2010-04-06Revert "nat: Remember where the BTS is listening for things."Holger Hans Peter Freyther1-1/+0
2010-04-05nat: Close all endpoints used by a BSC when the BSC is goneHolger Hans Peter Freyther1-0/+1
2010-04-05nat: Remember a pending delete on an endpoint and carry it out laterHolger Hans Peter Freyther1-0/+2
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther1-0/+5
2010-04-05nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther1-0/+1
2010-04-04nat: Make rewrite work on string, read to a string first, copy to msgbHolger Hans Peter Freyther1-2/+3
2010-04-01nat: Return MGCP messages to the call agentHolger Hans Peter Freyther1-0/+4
2010-04-01nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther1-0/+15
2010-04-01nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther1-0/+1
2010-04-01nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther1-0/+2
2010-04-01[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther1-0/+9
2010-03-31nat: First go at handling MGCP inside the natHolger Hans Peter Freyther1-0/+2
2010-03-31[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther1-0/+1
2010-03-31[mgcp] Regroup struct mgcp_cfg members and provide some hintsHolger Hans Peter Freyther1-4/+10
2010-03-31[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther1-0/+8
2010-03-31nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther1-0/+1
2010-03-31[nat] Send a RSIP down to the BSC after it connectsHolger Hans Peter Freyther1-1/+2
2010-03-31[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther1-0/+2