summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* conv: Fix main() of conv_test to compile with clang.Jacob Erlbeck2013-08-141-1/+2
* core: Move OSMO_DEPRECATED to new core/defs.h fileJacob Erlbeck2013-08-143-13/+41
* tests: Move expensive tests to the end of the listJacob Erlbeck2013-08-131-13/+13
* sms: Disable deprecated messageJacob Erlbeck2013-08-121-6/+20
* sms: Added comment about the gsm_7bit_alphabet tableJacob Erlbeck2013-08-121-2/+6
* sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck2013-08-128-127/+290
* debian: Split libosmocore into various libs and address lintian warningsHolger Hans Peter Freyther2013-08-1211-10/+49
* lapd: Remove the double NULL check idiom with msgb_freeHolger Hans Peter Freyther2013-08-091-22/+13
* debian: Create a new upstream changelog entryHolger Hans Peter Freyther2013-08-091-0/+6
* gsm: The LAPDm prim/structs changed, increment current versionHolger Hans Peter Freyther2013-08-091-1/+1
* ussd: Changed 7bit test to check spec conformance directlyJacob Erlbeck2013-08-081-6/+13
* Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg2013-08-086-5/+83
* encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2013-08-085-2/+28
* gsm: Try to clarify why we have gsm_septet_encode in the header fileHolger Hans Peter Freyther2013-08-071-0/+1
* vty: Support multi-char separators and end stringsJacob Erlbeck2013-08-062-5/+6
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-066-4/+71
* utils: Fix compiler warnings n the osmo-auc-gen utilityHolger Hans Peter Freyther2013-07-141-1/+3
* vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther2013-07-141-1/+1
* gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATIONDmitri Soloviev2013-07-111-0/+1
* LAPD: Free resume/re-establishment msgb if it carries no contentAndreas Eversberg2013-07-101-2/+5
* gsm: Revert the gsm_7bit_encode changes as they are wrongHolger Hans Peter Freyther2013-07-072-30/+9
* make lapd_test compile again.Harald Welte2013-07-061-69/+0
* utils.h: we need to include utils.h for osmo_generate_backtrace()Harald Welte2013-07-061-0/+2
* Merge branch 'jolly/trx'Harald Welte2013-07-0612-84/+278
|\
| * Fix: Handle returned length by gsm_7bit_encode correctlyAndreas Eversberg2013-07-061-9/+24
| * Fix encoding of last character at 7bit encoding functionAndreas Eversberg2013-07-061-0/+6
| * libosmogb: Add function to close NS instance without destroying itHolger Hans Peter Freyther2013-07-063-8/+17
| * Fix RR cause valuesAndreas Eversberg2013-07-061-3/+3
| * LAPDm: Allow sending unit data on DCCHAndreas Eversberg2013-07-061-10/+18
| * LAPDm: Fix re-establishment of datalinkAndreas Eversberg2013-07-061-5/+14
| * Add chan_nr to RACH info at L1SAP interfaceAndreas Eversberg2013-07-061-0/+1
| * Add RSSI to l1sapAndreas Eversberg2013-07-061-0/+2
| * Add MPH and TCH primitives to layer 1 SAPAndreas Eversberg2013-07-061-3/+72
| * Remove osmo_phsap_prim from lapdm.h and move to a seperate header fileAndreas Eversberg2013-07-063-49/+55
| * Add LAPDm collision test (contention resolution on network side)Andreas Eversberg2013-07-061-0/+69
|/
* get_value_string: Null terminate after the call to snprintfHolger Hans Peter Freyther2013-07-041-0/+1
* vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther2013-07-031-0/+3
* gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2013-07-033-2/+26
* strrb: Remove a tautology from the codeHolger Hans Peter Freyther2013-07-031-1/+1
* misc: Fix compiler warnings about the static_assert macro with gcc 4.8Holger Hans Peter Freyther2013-07-011-1/+1
* debian: Prepare the 0.6.2 release with a new changelogHolger Hans Peter Freyther2013-07-011-2/+2
* BSSGP: prevent divide-by-zero in flow controlHarald Welte2013-06-291-10/+33
* introduce gsm0808_create_reset_ack()Harald Welte2013-06-292-0/+14
* fr: Fix the linking of the test and use $(LIBRARY_DL) for linkingHolger Hans Peter Freyther2013-06-261-1/+1
* lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther2013-06-191-2/+2
* lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2013-06-192-13/+7
* lapd_core: msgb_trim() the L2 padding from ESTABLISH.indHarald Welte2013-06-181-2/+3
* Makefile.am: Use AM_CPPFLAGSAlexander Huemer2013-06-121-1/+1
* misc: Fix the spelling of frame in the RLM cause stringsHolger Hans Peter Freyther2013-06-111-1/+1
* gsm_04_08.h: GSM48_MT_RR_VGCS_UPL_GRANT value correctedBhaskar2013-05-231-1/+1