summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/gb: Add test for GPRS NS protocolJacob Erlbeck2013-10-084-1/+383
* tests: Fix warningsJacob Erlbeck2013-10-085-5/+8
* msgb: Add may_alias attribute to struct libgb_msgb_cbJacob Erlbeck2013-10-081-1/+1
* tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther2013-10-081-1/+1
* bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther2013-09-161-0/+3
* gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck2013-09-162-0/+2
* vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck2013-09-111-5/+25
* vty: Fix compiler warning in the testHolger Hans Peter Freyther2013-09-101-1/+2
* vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck2013-09-101-1/+1
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-086-7/+188
* vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck2013-09-081-22/+35
* vty: Rename is_config() to is_config_child()Jacob Erlbeck2013-09-081-3/+3
* misc: Include time.h for time_t on FreeBSDHolger Hans Peter Freyther2013-09-041-0/+2
* Merge branch 'zecke/features/alpha-numeric'Holger Hans Peter Freyther2013-09-045-10/+103
|\
| * sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther2013-09-045-10/+103
|/
* core: Remove defined() check for OSMO_DEPRECATEJacob Erlbeck2013-08-151-11/+5
* core: Fix-up the OSMO_DEPRECATED for older compilersHolger Hans Peter Freyther2013-08-141-3/+9
* core: Support clang with OSME_DEPRECATEDJacob Erlbeck2013-08-141-4/+15
* 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