aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-17debian: Bump the changelog for some new packagesHolger Hans Peter Freyther1-1/+2
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2-12/+12
2013-10-17gb: Test sending messages to the SGSNJacob Erlbeck2-53/+418
2013-10-15release: Prepare the 0.6.4 release of libosmocore0.6.4Holger Hans Peter Freyther4-4/+10
2013-10-15ussd: Fix text of RELEASE COMPLETEAlexander Huemer1-1/+1
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck4-77/+187
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck4-12/+52
2013-10-14gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck1-18/+29
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck4-1/+57
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther4-5/+45
2013-10-10debian: Print test results in case of a failureHolger Hans Peter Freyther1-0/+4
2013-10-08gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2-7/+8
2013-10-08gb: Fix NS-RESET response message orderJacob Erlbeck2-23/+25
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck2-55/+153
2013-10-08tests/gb: Add test for GPRS NS protocolJacob Erlbeck4-1/+383
2013-10-08tests: Fix warningsJacob Erlbeck5-5/+8
2013-10-08msgb: Add may_alias attribute to struct libgb_msgb_cbJacob Erlbeck1-1/+1
2013-10-08tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther1-1/+1
2013-09-16bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther1-0/+3
2013-09-16gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck2-0/+2
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
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