aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Correct the company name. It should be On-Waves (ehf)Holger Hans Peter Freyther8-8/+8
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther133-10005/+6946
2010-03-09update README with information about nanoBTS and libosmocoreHarald Welte1-8/+20
2010-03-07move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte3-684/+86
2010-03-04decleare gsm_bts_model_register()Harald Welte1-0/+2
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte6-180/+19
2010-03-04move gsm_band_name() and gsm_band_parse() to libosmocoreHarald Welte1-54/+2
2010-03-04rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocoreHarald Welte1-28/+10
2010-03-02remove gsm04.08 utility code that has been moved to libosmocoreHarald Welte2-122/+15
2010-03-01value_string functions and some RSL related stuff has moved to libosmocoreHarald Welte3-258/+6
2010-02-26Merge remote branch 'origin/on-waves/sccp'Holger Hans Peter Freyther2-0/+123
2010-02-26Merge remote branch 'origin/master' into on-waves/sccpHolger Hans Peter Freyther108-6810/+261
2010-02-26Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther112-7032/+677
2010-02-26[misc] Add LIBOSMOCORE_CFLAGS to the includesHolger Hans Peter Freyther5-3/+5
2010-02-26[sccp] Implement parsing the rather easy IT messages.Holger Hans Peter Freyther2-0/+123
2010-02-26[mgcp] Patch the rtp payload depending on the direction.Holger Hans Peter Freyther1-0/+36
2010-02-26[mgcp] Keep track of the local and remote RTP payload typeHolger Hans Peter Freyther2-2/+11
2010-02-26[mgcp] Introduce a policy CB for the MGCP protocolHolger Hans Peter Freyther2-0/+68
2010-02-26[mgcp] Fix two bugs in the protocol handlingHolger Hans Peter Freyther1-1/+3
2010-02-26[mgcp] Switch logging from notice to debugHolger Hans Peter Freyther1-3/+3
2010-02-26[mgcp] Add a method to free the endpoint.Holger Hans Peter Freyther2-12/+26
2010-02-26[rtp] Describe the struct in a way that it will work for Big Endian tooHolger Hans Peter Freyther1-0/+10
2010-02-26[mgcp] Print the rtp_port number, do not assume it was already assigned.Holger Hans Peter Freyther1-1/+1
2010-02-22[mgcp] Move the network bits to a separate file...Holger Hans Peter Freyther3-186/+224
2010-02-22[mgcp] Make the creation of the mgcp message public.Holger Hans Peter Freyther2-3/+4
2010-02-22[mgcp] Cleanup the code. send_ was a misleading nameHolger Hans Peter Freyther1-22/+22
2010-02-22[mgcp] Move away from global variables and split out VTY codeHolger Hans Peter Freyther7-417/+547
2010-02-20move GSM protocol definitions to include/osmocore/protocol/*Harald Welte5-2185/+5
2010-02-20finish openbsc / libosmocore separationHarald Welte15-167/+22
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte89-4479/+162
2010-02-20Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-1/+1
2010-02-20[sccp] Use msgb->l2h instead of msgb->data for CRHolger Hans Peter Freyther1-1/+1
2010-02-19ipaccess.c: Fix some resource leaks in error conditions.Holger Hans Peter Freyther1-0/+13
2010-02-16Install gsm_04_08.h and required headers into a openbsc/Holger Hans Peter Freyther2-1/+4
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-13[msc/nat] It is better to use msgb_free to free the msgbHolger Hans Peter Freyther2-3/+3
2010-02-13[nat/bsc] Fix memory leak of IPA messages...Holger Hans Peter Freyther2-0/+3
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[nat] Add configuration file for the bsc nat.Holger Hans Peter Freyther1-0/+15
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