summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gprsobsolete/gprsHarald Welte2010-03-145-692/+108
|\
| * update README with information about nanoBTS and libosmocoreHarald Welte2010-03-091-8/+20
| * move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte2010-03-073-684/+86
| * decleare gsm_bts_model_register()Harald Welte2010-03-041-0/+2
* | Merge remote branch 'origin/master' into gprsHarald Welte2010-03-0425-1253/+1098
|\|
| * move some gsm48 utility functions to libosmocoreHarald Welte2010-03-046-180/+19
| * move gsm_band_name() and gsm_band_parse() to libosmocoreHarald Welte2010-03-041-54/+2
| * rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocoreHarald Welte2010-03-041-28/+10
| * remove gsm04.08 utility code that has been moved to libosmocoreHarald Welte2010-03-022-122/+15
| * value_string functions and some RSL related stuff has moved to libosmocoreHarald Welte2010-03-013-258/+6
| * Merge remote branch 'origin/on-waves/sccp'Holger Hans Peter Freyther2010-02-262-0/+123
| |\
| | * Merge remote branch 'origin/master' into on-waves/sccpHolger Hans Peter Freyther2010-02-26108-6810/+261
| | |\
| | * | [sccp] Implement parsing the rather easy IT messages.Holger Hans Peter Freyther2010-02-262-0/+123
| * | | Merge remote branch 'origin/on-waves/mgcp'Holger Hans Peter Freyther2010-02-268-611/+911
| |\ \ \ | | |_|/ | |/| |
| | * | Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther2010-02-26112-7032/+677
| | |\ \ | | |/ / | |/| |
| * | | [misc] Add LIBOSMOCORE_CFLAGS to the includesHolger Hans Peter Freyther2010-02-265-3/+5
| * | | [rtp] Describe the struct in a way that it will work for Big Endian tooHolger Hans Peter Freyther2010-02-261-0/+10
| | * | [mgcp] Patch the rtp payload depending on the direction.Holger Hans Peter Freyther2010-02-261-0/+36
| | * | [mgcp] Keep track of the local and remote RTP payload typeHolger Hans Peter Freyther2010-02-262-2/+11
| | * | [mgcp] Introduce a policy CB for the MGCP protocolHolger Hans Peter Freyther2010-02-262-0/+68
| | * | [mgcp] Fix two bugs in the protocol handlingHolger Hans Peter Freyther2010-02-261-1/+3
| | * | [mgcp] Switch logging from notice to debugHolger Hans Peter Freyther2010-02-261-3/+3
| | * | [mgcp] Add a method to free the endpoint.Holger Hans Peter Freyther2010-02-262-12/+26
| | * | [mgcp] Print the rtp_port number, do not assume it was already assigned.Holger Hans Peter Freyther2010-02-261-1/+1
| | * | [mgcp] Move the network bits to a separate file...Holger Hans Peter Freyther2010-02-223-186/+224
| | * | [mgcp] Make the creation of the mgcp message public.Holger Hans Peter Freyther2010-02-222-3/+4
| | * | [mgcp] Cleanup the code. send_ was a misleading nameHolger Hans Peter Freyther2010-02-221-22/+22
| | * | [mgcp] Move away from global variables and split out VTY codeHolger Hans Peter Freyther2010-02-227-417/+547
* | | | Merge branch 'master' into gprsHarald Welte2010-02-21114-7396/+1519
|\| | |
| * | | remove libosmocore from openbscHarald Welte2010-02-2040-6905/+0
| * | | update .gitignore fileHarald Welte2010-02-201-2/+1
| * | | make sure libosmocom builds when cross-compiling for ARM without OSHarald Welte2010-02-204-0/+15
| * | | u_int8_t -> uint8_tHarald Welte2010-02-201-4/+4
| * | | convert from u_int*_t to u_int*_t (stdint.h format)Harald Welte2010-02-205-126/+132
| * | | change from u_int* to uint* (stdint.h)Harald Welte2010-02-2010-97/+99
| * | | move GSM protocol definitions to include/osmocore/protocol/*Harald Welte2010-02-2012-2185/+2262
| * | | add gsmtap.hHarald Welte2010-02-202-1/+64
| * | | add .gitignore to libosmocomHarald Welte2010-02-201-0/+23
| * | | finish openbsc / libosmocore separationHarald Welte2010-02-2022-59/+49
| * | | split 'libosmocore' from openbsc codebaseHarald Welte2010-02-2096-201/+289
| * | | Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2010-02-201-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | [sccp] Use msgb->l2h instead of msgb->data for CRHolger Hans Peter Freyther2010-02-201-1/+1
| * | | ipaccess.c: Fix some resource leaks in error conditions.Holger Hans Peter Freyther2010-02-191-0/+13
| * | | Install gsm_04_08.h and required headers into a openbsc/Holger Hans Peter Freyther2010-02-162-1/+4
| * | | Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2010-02-142-0/+21
| |\| |
| | * | [sccp] Make the bitfields work on big endian machines tooHolger Hans Peter Freyther2010-02-141-0/+20
| | * | [sccp] Set the data_len when parsing UDT messages as wellHolger Hans Peter Freyther2010-02-121-0/+1
| * | | Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2010-02-123-217/+388
| |\| |
| | * | [sccp] Slightly improve the log messageHolger Hans Peter Freyther2010-02-031-1/+1
| | * | [sccp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther2010-02-032-2/+2