aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2-0/+21
2010-02-14[sccp] Make the bitfields work on big endian machines tooHolger Hans Peter Freyther1-0/+20
2010-02-12[sccp] Set the data_len when parsing UDT messages as wellHolger Hans Peter Freyther1-0/+1
2010-02-12Merge branch 'on-waves/sccp'Holger Hans Peter Freyther3-217/+388
2010-02-12[sccp] Make the file includable outside of OpenBSCHolger Hans Peter Freyther3-6/+9
2010-02-12Move debug.c into the liblaf0rge1.a tooHolger Hans Peter Freyther2-4/+5
2010-02-12[sccp] Install the static sccp library and the headersHolger Hans Peter Freyther5-4/+16
2010-02-12[msgb] Make it possible to include it directly and from liblaf0rgeHolger Hans Peter Freyther1-1/+2
2010-02-10misc: Include the linuxlist header via a local includeHolger Hans Peter Freyther1-1/+1
2010-02-09liblaforge: Fix the .pc file. The preferred way to include is <laf0rge/foo.h>Holger Hans Peter Freyther1-1/+1
2010-02-09liblaf0rge: Make the other targets depend on the liblaforge...Holger Hans Peter Freyther5-9/+9
2010-02-09Create a liblaforge with OpenBSC utility functions to be used for other projectsHolger Hans Peter Freyther5-4/+24
2010-02-09[tlv] Implement a variant for the IDTAG list for the IPAHolger Hans Peter Freyther1-0/+13
2010-02-09[bsc] Allow to set a EGSM900, RGSM900 ARFCNHolger Hans Peter Freyther1-2/+4
2010-02-09[ipaccess] Make the IPA version of LTV public.Holger Hans Peter Freyther2-2/+5
2010-02-07[ipa] Make sending of ID REQ public...Holger Hans Peter Freyther2-1/+7
2010-02-07[ipaccess] Create a method to send the ID ACK messagesHolger Hans Peter Freyther2-1/+8
2010-02-07[telnet] Remove ancient #define...Holger Hans Peter Freyther1-3/+0
2010-02-03[sccp] Slightly improve the log messageHolger Hans Peter Freyther1-1/+1
2010-02-03[sccp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther2-2/+2
2010-02-03Merge branch 'master' into on-waves/sccpHolger Hans Peter Freyther137-1568/+20990
2010-02-03Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther3-3/+3
2010-02-03[mgcp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther3-3/+3
2010-02-03[mgcp] Make the mgcp_protocol generate a struct msgb*Holger Hans Peter Freyther3-62/+91
2010-02-03[mgcp] Prepare the in process MGCP handling by adding callbacksHolger Hans Peter Freyther2-0/+24
2010-02-03[mgcp] Replace DEBUGP with the LOGP statementHolger Hans Peter Freyther1-39/+44
2010-02-03[mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip processHolger Hans Peter Freyther4-1040/+1133
2010-02-02[mgcp] Rename the source to mgcp_main.cHolger Hans Peter Freyther2-1/+1
2010-02-01[mgcp] Move the MGCP procoess into a sub directoryHolger Hans Peter Freyther2-1/+1
2010-02-01[mgcp] In forward mode we need to rediscover the BTS more oftenHolger Hans Peter Freyther1-1/+1
2010-02-01[mgcp] Handle BTS and NET being on the same hostHolger Hans Peter Freyther1-4/+5
2010-02-01[mgcp] Warn about unknown messages...Holger Hans Peter Freyther1-1/+3
2010-02-01[mgcp] Allow to forward to a different portHolger Hans Peter Freyther1-7/+23
2010-02-01[mgcp] Rename rtp and rtcp variables to net_rtp and net_rtcpHolger Hans Peter Freyther1-11/+11
2010-02-01[mgcp] Make it possible to not specify a bts ipHolger Hans Peter Freyther1-7/+8
2010-01-29[sccp] Implement sccp_parse_header to be used by the NAT code.Holger Hans Peter Freyther1-0/+35
2010-01-29[sccp] Split Connection DT1 into two partsHolger Hans Peter Freyther1-38/+46
2010-01-29[sccp] Split Connection Release Complete into two partsHolger Hans Peter Freyther1-15/+22
2010-01-29[sccp] Split Connection Confirm handling into two partsHolger Hans Peter Freyther1-27/+40
2010-01-29[sccp] Split Connection Refused into two partsHolger Hans Peter Freyther1-25/+39
2010-01-29[sccp] Split Connection Released into two partsHolger Hans Peter Freyther1-24/+38
2010-01-29[sccp] Separate connection parsing and policy for connection requestHolger Hans Peter Freyther1-48/+60
2010-01-29[sccp] Move the UDT parsing to a new methodHolger Hans Peter Freyther1-50/+89
2010-01-29[sccp] Invent new API to be used by the BSC NATHolger Hans Peter Freyther1-1/+16
2010-01-29[sccp] Add a utility for the nat..Holger Hans Peter Freyther2-0/+14
2010-01-28[gsm48] Use optional Chan Mode 1 for the assignment commandHolger Hans Peter Freyther1-0/+2
2010-01-28[gsm48] Allow to send the assignment command on a different lchanHolger Hans Peter Freyther2-3/+3
2010-01-28[rsl] Send the MultiRateConfig in the RSL Channel Activate msgHolger Hans Peter Freyther1-0/+4
2010-01-23Make sure select() callbacks are not called multiple timesAndreas Eversberg1-3/+9
2010-01-14Register GSM_BTS_TYPE_UNKNOWN in bsc_hack.cDaniel Willmann3-1/+44