aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther1-1/+5
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther1-1/+4
2013-10-25gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther1-0/+1
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck1-4/+12
2013-10-24gb: Fix RESET handling with changing NSEIJacob Erlbeck1-28/+40
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck1-56/+215
2013-10-24gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck1-0/+1
2013-10-24gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck1-1/+1
2013-10-24gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck1-5/+15
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck1-2/+2
2013-10-15release: Prepare the 0.6.4 release of libosmocore0.6.4Holger Hans Peter Freyther1-1/+1
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 Erlbeck1-74/+149
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2-6/+40
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 Erlbeck1-0/+1
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-1/+13
2013-10-08gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck1-4/+4
2013-10-08gb: Fix NS-RESET response message orderJacob Erlbeck1-5/+7
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck1-55/+144
2013-09-16gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck1-0/+1
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
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 Erlbeck3-7/+16
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-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther1-9/+21
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 Erlbeck3-59/+104
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