aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-09lapd: Remove the double NULL check idiom with msgb_freeHolger Hans Peter Freyther1-22/+13
2013-08-09gsm: The LAPDm prim/structs changed, increment current version0.6.3Holger Hans Peter Freyther1-1/+1
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg3-5/+38
2013-08-08encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2-2/+9
2013-08-06vty: Support multi-char separators and end stringsJacob Erlbeck1-4/+5
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck1-2/+2
2013-07-14vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther1-1/+1
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-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 Freyther2-7/+13
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-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 Freyther1-2/+2
2013-07-03strrb: Remove a tautology from the codeHolger Hans Peter Freyther1-1/+1
2013-06-29BSSGP: prevent divide-by-zero in flow controlHarald Welte1-10/+33
2013-06-29introduce gsm0808_create_reset_ack()Harald Welte1-0/+13
2013-06-18lapd_core: msgb_trim() the L2 padding from ESTABLISH.ind0.6.1Harald Welte1-2/+3
2013-06-11misc: Fix the spelling of frame in the RLM cause stringsHolger Hans Peter Freyther1-1/+1
2013-05-23gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05Bhaskar1-2/+2
2013-05-08lapd: Set the tx_hist to NULL after freeing itHolger Hans Peter Freyther1-0/+1
2013-04-06Fix of potential memory leaks at lapdm.cAndreas Eversberg1-4/+17
2013-04-06Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg1-2/+8
2013-03-25gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther3-0/+24
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 Welte1-0/+20
2013-03-13gsm_septets2octets(): Input parameter should be constHarald Welte1-1/+2
2013-03-13logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte1-0/+6
2013-03-03cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther4-5/+5
2013-03-01codec: Fix the GSM 06.20 ordering tablesSylvain Munaut1-41/+41
2013-02-27Follow up fix for the log level "everything"Holger Hans Peter Freyther1-0/+3
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi4-6/+352
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther4-351/+6
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi4-6/+351
2013-02-19Fix log level "everything" and make it equal to "debug"Harald Welte1-1/+1
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi12-18/+19
2013-02-12VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte1-0/+3
2013-02-12vty/command.c: Cosmetic cleanupHarald Welte1-82/+81
2013-02-10turn abis_nm_debugp_foh() into a macroHarald Welte1-12/+10
2013-02-01core/crc: Fix the 64 bits implementationSylvain Munaut1-2/+2
2013-01-15socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAWPablo Neira Ayuso1-3/+16
2013-01-12Fix build on CygwinEvgeny Zverev1-1/+5
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte7-11/+75