summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther2013-10-261-0/+10
* gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther2013-10-251-8/+10
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther2013-10-251-1/+5
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther2013-10-251-1/+4
* gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther2013-10-251-0/+1
* debian: Update the changelogHolger Hans Peter Freyther2013-10-251-1/+2
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-243-16/+40
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-242-50/+67
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-244-157/+294
* gb: Add test cases for NS RESET proceduresJacob Erlbeck2013-10-242-0/+703
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-243-0/+128
* gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck2013-10-241-1/+1
* gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck2013-10-241-5/+15
* misc: Ignore generated filesHolger Hans Peter Freyther2013-10-171-0/+2
* debian: Bump the changelog for some new packagesHolger Hans Peter Freyther2013-10-171-1/+2
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-172-12/+12
* gb: Test sending messages to the SGSNJacob Erlbeck2013-10-172-53/+418
* release: Prepare the 0.6.4 release of libosmocoreHolger Hans Peter Freyther2013-10-154-4/+10
* ussd: Fix text of RELEASE COMPLETEAlexander Huemer2013-10-151-1/+1
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-154-77/+187
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-154-12/+52
* gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck2013-10-141-18/+29
* tests/gb: Show invoked signals in test outputJacob Erlbeck2013-10-114-1/+57
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-104-5/+45
* debian: Print test results in case of a failureHolger Hans Peter Freyther2013-10-101-0/+4
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-082-7/+8
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-082-23/+25
* gb: Separate nsvc creation from NS message processingJacob Erlbeck2013-10-082-55/+153
* 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