aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Add special 7-bit encoding and decoding functions for USSD codingjolly/7bit_ussdAndreas Eversberg6-5/+83
2013-07-13encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther5-2/+28
2013-07-11gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATIONDmitri Soloviev1-0/+1
2013-07-10LAPD: Free resume/re-establishment msgb if it carries no contentAndreas Eversberg1-2/+5
2013-07-07gsm: Revert the gsm_7bit_encode changes as they are wrongHolger Hans Peter Freyther2-30/+9
2013-07-06make lapd_test compile again.Harald Welte1-69/+0
2013-07-06utils.h: we need to include utils.h for osmo_generate_backtrace()Harald Welte1-0/+2
2013-07-06Merge branch 'jolly/trx'Harald Welte12-84/+278
2013-07-06Fix: Handle returned length by gsm_7bit_encode correctlyAndreas Eversberg1-9/+24
2013-07-06Fix encoding of last character at 7bit encoding functionAndreas Eversberg1-0/+6
2013-07-06libosmogb: Add function to close NS instance without destroying itHolger Hans Peter Freyther3-8/+17
2013-07-06Fix RR cause valuesAndreas Eversberg1-3/+3
2013-07-06LAPDm: Allow sending unit data on DCCHAndreas Eversberg1-10/+18
2013-07-06LAPDm: Fix re-establishment of datalinkAndreas Eversberg1-5/+14
2013-07-06Add chan_nr to RACH info at L1SAP interfaceAndreas Eversberg1-0/+1
2013-07-06Add RSSI to l1sapAndreas Eversberg1-0/+2
2013-07-06Add MPH and TCH primitives to layer 1 SAPAndreas Eversberg1-3/+72
2013-07-06Remove osmo_phsap_prim from lapdm.h and move to a seperate header fileAndreas Eversberg3-49/+55
2013-07-06Add LAPDm collision test (contention resolution on network side)Andreas Eversberg1-0/+69
2013-07-04get_value_string: Null terminate after the call to snprintfHolger Hans Peter Freyther1-0/+1
2013-07-03vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther1-0/+3
2013-07-03gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther3-2/+26
2013-07-03strrb: Remove a tautology from the codeHolger Hans Peter Freyther1-1/+1
2013-07-01misc: Fix compiler warnings about the static_assert macro with gcc 4.8Holger Hans Peter Freyther1-1/+1
2013-07-01debian: Prepare the 0.6.2 release with a new changelogHolger Hans Peter Freyther1-2/+2
2013-06-29BSSGP: prevent divide-by-zero in flow controlHarald Welte1-10/+33
2013-06-29introduce gsm0808_create_reset_ack()Harald Welte2-0/+14
2013-06-26fr: Fix the linking of the test and use $(LIBRARY_DL) for linkingHolger Hans Peter Freyther1-1/+1
2013-06-19lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther1-2/+2
2013-06-19lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2-13/+7
2013-06-18lapd_core: msgb_trim() the L2 padding from ESTABLISH.ind0.6.1Harald Welte1-2/+3
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-06-11misc: Fix the spelling of frame in the RLM cause stringsHolger Hans Peter Freyther1-1/+1
2013-05-23gsm_04_08.h: GSM48_MT_RR_VGCS_UPL_GRANT value correctedBhaskar1-1/+1
2013-05-23gsm_04_08.h: Fix GSM48_CMODE_DATA_3k6 as per 3GPP TS 04.08 / 10.5.2.6.Bhaskar1-1/+1
2013-05-23gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05Bhaskar2-3/+3
2013-05-08lapd: Set the tx_hist to NULL after freeing itHolger Hans Peter Freyther1-0/+1
2013-04-21osmo-arfcn: Return something from the methodHolger Hans Peter Freyther1-0/+1
2013-04-07Merge branch 'zecke/jolly-lapdm-fixes'Holger Hans Peter Freyther4-6/+104
2013-04-06Fix of potential memory leaks at lapdm.cAndreas Eversberg1-4/+17
2013-04-06Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg3-2/+87
2013-03-25debian: Start a new release cycle with libosmocore 0.6.0Holger Hans Peter Freyther1-1/+7
2013-03-25gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther4-0/+25
2013-03-25tests: Verify that all tests exit with status=0.Holger Hans Peter Freyther1-17/+17
2013-03-25utils: Use fprintf to print the assertion and generate a backtraceKaterina Barone-Adesi1-1/+2
2013-03-19logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte1-0/+4
2013-03-19Revert "Follow up fix for the log level "everything""Harald Welte1-3/+0
2013-03-19Revert "Fix log level "everything" and make it equal to "debug""Harald Welte1-1/+1
2013-03-18application: don't ignore SIGHUP but do config file reopen.Harald Welte1-1/+6
2013-03-18logging: add new log_targets_reopen() functionHarald Welte2-0/+21