aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-22gprs: remove (the already unused) si13_templateHarald Welte1-16/+0
2010-03-22GPRS: make NSEI configurable from VTYHarald Welte2-0/+24
2010-03-22GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactiveHarald Welte1-0/+30
2010-03-22GPRS: remove outdated FIXME about patching CGIHarald Welte1-1/+0
2010-03-22GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabledHarald Welte1-1/+3
2010-03-22GPRS: remove "#define GPRS" compile-time defineHarald Welte1-16/+14
2010-03-22GPRS: make NSVC parameters VTY-configurableHarald Welte2-10/+84
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte6-22/+256
2010-03-22ipa-firmware: Fix the write out of the firmware partsHolger Hans Peter Freyther2-2/+2
2010-03-22ipa-firmware: Write the firmware parts to a fileHolger Hans Peter Freyther2-5/+60
2010-03-22ipa-firmware: Add the entry first and then seekHolger Hans Peter Freyther1-3/+4
2010-03-22ipa-firmware: Lift the requirement of having a table_offset of zeroHolger Hans Peter Freyther1-8/+4
2010-03-22ipa-firmware: Remove the part_length from the struct sdp_firmwareHolger Hans Peter Freyther1-5/+20
2010-03-22ipa-firmware: Look at the table offsetHolger Hans Peter Freyther1-0/+7
2010-03-22ipa-firmware: Warn/Exit when the required ids can not be found.Holger Hans Peter Freyther1-5/+13
2010-03-22ipa-firmware: Remove dummy check...Holger Hans Peter Freyther1-3/+0
2010-03-22ipa-firmware: The more_more_magic is to indicate the payloadHolger Hans Peter Freyther1-4/+0
2010-03-22debug: Use the right enum value for the ref counting group.Holger Hans Peter Freyther1-1/+1
2010-03-07move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte2-621/+85
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte3-169/+13
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 Welte1-122/+14
2010-03-01value_string functions and some RSL related stuff has moved to libosmocoreHarald Welte2-250/+6
2010-02-26Merge remote branch 'origin/on-waves/sccp'Holger Hans Peter Freyther1-0/+23
2010-02-26Merge remote branch 'origin/master' into on-waves/sccpHolger Hans Peter Freyther60-3263/+178
2010-02-26Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther62-3482/+550
2010-02-26[sccp] Implement parsing the rather easy IT messages.Holger Hans Peter Freyther1-0/+23
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 Freyther1-2/+8
2010-02-26[mgcp] Introduce a policy CB for the MGCP protocolHolger Hans Peter Freyther1-0/+55
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 Freyther1-12/+25
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 Freyther1-3/+3
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 Freyther4-406/+438
2010-02-20finish openbsc / libosmocore separationHarald Welte1-7/+5
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte60-3260/+135
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-14Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-0/+1
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 Freyther1-215/+365
2010-02-12[sccp] Make the file includable outside of OpenBSCHolger Hans Peter Freyther1-3/+4
2010-02-12Move debug.c into the liblaf0rge1.a tooHolger Hans Peter Freyther1-2/+2