aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-10vty: Fix compiler warning in the testHolger Hans Peter Freyther1-1/+2
2013-09-10vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck1-1/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck6-7/+188
2013-09-08vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck1-22/+35
2013-09-08vty: Rename is_config() to is_config_child()Jacob Erlbeck1-3/+3
2013-09-04misc: Include time.h for time_t on FreeBSDHolger Hans Peter Freyther1-0/+2
2013-09-04Merge branch 'zecke/features/alpha-numeric'Holger Hans Peter Freyther5-10/+103
2013-09-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther5-10/+103
2013-08-15core: Remove defined() check for OSMO_DEPRECATEJacob Erlbeck1-11/+5
2013-08-14core: Fix-up the OSMO_DEPRECATED for older compilersHolger Hans Peter Freyther1-3/+9
2013-08-14core: Support clang with OSME_DEPRECATEDJacob Erlbeck1-4/+15
2013-08-14conv: Fix main() of conv_test to compile with clang.Jacob Erlbeck1-1/+2
2013-08-14core: Move OSMO_DEPRECATED to new core/defs.h fileJacob Erlbeck3-13/+41
2013-08-13tests: Move expensive tests to the end of the listJacob Erlbeck1-13/+13
2013-08-12sms: Disable deprecated messageJacob Erlbeck1-6/+20
2013-08-12sms: Added comment about the gsm_7bit_alphabet tableJacob Erlbeck1-2/+6
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck8-127/+290
2013-08-12debian: Split libosmocore into various libs and address lintian warningsHolger Hans Peter Freyther11-10/+49
2013-08-09lapd: Remove the double NULL check idiom with msgb_freeHolger Hans Peter Freyther1-22/+13
2013-08-09debian: Create a new upstream changelog entryHolger Hans Peter Freyther1-0/+6
2013-08-09gsm: The LAPDm prim/structs changed, increment current version0.6.3Holger Hans Peter Freyther1-1/+1
2013-08-08ussd: Changed 7bit test to check spec conformance directlyJacob Erlbeck1-6/+13
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg6-5/+83
2013-08-08encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther5-2/+28
2013-08-07gsm: Try to clarify why we have gsm_septet_encode in the header fileHolger Hans Peter Freyther1-0/+1
2013-08-06vty: Support multi-char separators and end stringsJacob Erlbeck2-5/+6
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck6-4/+71
2013-07-14utils: Fix compiler warnings n the osmo-auc-gen utilityHolger Hans Peter Freyther1-1/+3
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-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