aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-30misc: Attempt to fix compiler warningslaforge/nuttxHolger Hans Peter Freyther1-0/+2
2014-11-17msgb/embedded: Do not depend on talloc for allocationsHolger Hans Peter Freyther1-0/+9
2014-11-15tlv/msgb: Be able to generate and parse TLV as used by LLDPDaniel Laszlo Sitzer7-2/+259
2014-03-11vty: don't depend on sys/utsname.h, sys/param.h and arpa/telnet.hHarald Welte3-1/+348
2014-03-11vty/vector.c: Use string.h, not memory.hHarald Welte1-1/+1
2014-03-11vty/buffer.c: Work on systems that don't implement writev()Harald Welte1-1/+30
2014-03-11vty/command.c: Build on systems that dont' defined BUFSIZHarald Welte1-0/+4
2014-03-11remove references to u_long type, use 'unsigned long' insteadHarald Welte2-3/+3
2014-03-11remove reference to u_char type, use 'unsigned char' insteadHarald Welte4-4/+4
2014-03-11configure.ac: Check for more headers/functionsHarald Welte1-1/+3
2014-03-11socket.c: Work on systems withou netdb.h or ifaddrs.hHarald Welte2-3/+79
2014-03-11strrb.c: Use string.h, not strings.hHarald Welte1-1/+1
2014-03-10gsm/a5.c: Compile on OS which don't have ENOTSUPHarald Welte1-0/+10
2014-03-10select.c: Add missing #include lines for string.d and sys/select.hHarald Welte1-0/+2
2014-03-10osmo_init_ignore_signals: Only ignore signals existing on OSHarald Welte1-0/+8
2014-03-10Merge branch 'jerlbeck/fixes/ladp-sms'Holger Hans Peter Freyther5-59/+165
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck3-31/+33
2014-03-04lapd/test: Check for empty ACCH queue, tooJacob Erlbeck1-0/+2
2014-03-04lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2-4/+16
2014-03-04lapd/test: Show dequeued messagesJacob Erlbeck2-32/+72
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck2-0/+50
2014-02-09lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther1-2/+2
2014-02-08sms: The msg_ref is passed from the outside so remove the wrong fixmeHolger Hans Peter Freyther1-1/+1
2014-01-26lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2-15/+112
2014-01-23lapdm: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2014-01-20debian: Build the new upstream version of libosmocoreHolger Hans Peter Freyther1-1/+7
2014-01-13gsm/gsm48ie: Fix range 256 W[i] decoding0.6.5Jacob Erlbeck1-4/+4
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck4-6/+44
2014-01-02abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther2-2/+2
2014-01-02utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal2-6/+14
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther4-2/+64
2013-12-29logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2-0/+18
2013-12-12debian: Enable hardening options for debianHolger Hans Peter Freyther1-0/+2
2013-12-07Refactor COMP128v23 implementation and add test suitMax8-42/+4216
2013-11-22gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther1-3/+0
2013-11-11debian: Update the changelogJacob Erlbeck1-1/+7
2013-11-11gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()Jacob Erlbeck1-3/+3
2013-11-03implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon5-5/+264
2013-10-30gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2-6/+17
2013-10-30grps: Add test for NS messages that shall be ignoredJacob Erlbeck2-0/+55
2013-10-26lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther1-0/+10
2013-10-25gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther1-8/+10
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther1-1/+5
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther1-1/+4
2013-10-25gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther1-0/+1
2013-10-25debian: Update the changelogHolger Hans Peter Freyther1-1/+2
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck3-16/+40
2013-10-24gb: Fix RESET handling with changing NSEIJacob Erlbeck2-50/+67
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck4-157/+294
2013-10-24gb: Add test cases for NS RESET proceduresJacob Erlbeck2-0/+703