aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-09paging: Avoid integer underflow on ipaccessHolger Hans Peter Freyther1-0/+14
2010-04-08[paging] Do not use request after it was was destroyed..Holger Hans Peter Freyther1-1/+1
2010-04-07[paging] Increase the time used to send paging messages to the BTSHolger Hans Peter Freyther1-2/+2
2010-04-07[ipa] When including MGCP our messages might be bigger than 300 byteHolger Hans Peter Freyther1-1/+1
2010-04-07[rsl] Speculative crash fix in the RSL rcv messageHolger Hans Peter Freyther1-1/+13
2010-04-07Fix compiler warning about void return in non void method.Holger Hans Peter Freyther1-0/+2
2010-04-07[mgcp] Add the logging commands for the MGCP command.Holger Hans Peter Freyther2-1/+3
2010-04-07Merge branch 'on-waves/sccp'Holger Hans Peter Freyther3-53/+51
2010-04-07Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther7-94/+166
2010-04-07[mgcp] Print the errno/strerror when we can not receive from our socketHolger Hans Peter Freyther1-2/+3
2010-04-07[mgcp] Add an option to allow using reallocing an endpointHolger Hans Peter Freyther2-2/+11
2010-04-07[mgcp] Count incoming RTP packets from the BTS and remoteHolger Hans Peter Freyther4-2/+14
2010-04-07vty: Fix the byteorder... of the bound_ipHolger Hans Peter Freyther1-1/+1
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther5-209/+254
2010-04-06[mgcp] Reset the the address when freeing the endp as wellHolger Hans Peter Freyther1-0/+2
2010-04-06[mgcp] Do not patch RTP payload when type is set to -1.Holger Hans Peter Freyther1-0/+3
2010-04-05[mgcp] Use a different port to more easily differentiateHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Print the BTS IP addr of the endpoint.Holger Hans Peter Freyther1-2/+3
2010-04-05[mgcp] Start to look into the MGCP messages and extract the CIHolger Hans Peter Freyther1-11/+17
2010-04-05[mgcp] Fix the transaction id of the AUEP requestHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Look at the bts addr set at the endpointHolger Hans Peter Freyther1-1/+3
2010-04-05[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther2-14/+21
2010-04-05[mgcp] Do not operate on the ->data pointer, use ->l2h insteadHolger Hans Peter Freyther1-4/+4
2010-04-05[mgcp] Degrade verbosity to debugHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther2-0/+15
2010-04-05[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther1-0/+8
2010-04-05[mgcp] Handle the RSIP with resetting all endpointsHolger Hans Peter Freyther1-0/+24
2010-04-05[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther2-0/+13
2010-04-05[mgcp] Remove unused method from the mgcpHolger Hans Peter Freyther1-6/+0
2010-04-05[mgcp] Switch from DEBUG to LOGP in the mgcp_main.cHolger Hans Peter Freyther1-2/+2
2010-04-05[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther3-31/+0
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther2-0/+16
2010-03-30[mgcp] The networking code needs a source addrs..Holger Hans Peter Freyther1-0/+5
2010-03-30[mgcp] Move mgcp init into the main method...Holger Hans Peter Freyther2-12/+15
2010-03-30[mgcp] Fix format string usageHolger Hans Peter Freyther1-1/+1
2010-03-30Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther120-2540/+11849
2010-03-30db: Fix aliasing warning by casting the signed char to a structHolger Hans Peter Freyther1-3/+6
2010-03-30[misnd] Use the size_t modifier when printing the size.Holger Hans Peter Freyther1-1/+1
2010-03-30[ipaccess] Avoid bogus compiler warning about uninitialized varsHolger Hans Peter Freyther1-0/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther17-57/+57
2010-03-28remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte3-47/+1
2010-03-28chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCHHarald Welte2-1/+34
2010-03-28RSL: keep track of ip.access dynamic TCH/PDCH activationHarald Welte3-5/+14
2010-03-26debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSIHarald Welte1-1/+2
2010-03-26Merge commit '3ae2758fba1dc9b364238c6e1e7d591b12c3d878'Harald Welte6-2/+490
2010-03-26move log/debug codebase to libosmocoreHarald Welte14-529/+210
2010-03-26rename 'debug' interface to 'logging' interfaceHarald Welte5-186/+186
2010-03-26debug: remove unneeded 'number' member of 'struct debug_info_cat'Harald Welte2-11/+5
2010-03-26debug.c: fix no-color-printing in case .color = NULLHarald Welte1-3/+6
2010-03-26Import 'debug' support from OpenBSC into libosmocoreHarald Welte4-2/+481