summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-05GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg1-1/+3
2012-10-27Do not use --version-script linker flag on OSXTobias Engel2-2/+2
2012-10-27Define struct iphdr for OSXTobias Engel1-1/+1
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte1-0/+2
2012-10-22logging: Don't forget to save "logging filter all 1"Harald Welte1-0/+4
2012-09-30Doc: Adding new parameter descriptions in gprs_bssgp_bss.cAndreas Eversberg1-1/+9
2012-09-30Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg2-9/+28
2012-09-29Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg1-4/+14
2012-09-27logging.c: Do not crash on empty category nameNico Golde1-5/+7
2012-09-21gsm_utils.c: in 7bit decoding, first check if the last character was an exten...Nico Golde1-5/+5
2012-09-20gsm_utils: Fix up coding style in previous patchHarald Welte1-2/+2
2012-09-20gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messagesNico Golde1-14/+13
2012-09-11logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther1-5/+17
2012-09-11vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther1-1/+1
2012-09-11vty: Address compiler warning about tolowerHolger Hans Peter Freyther1-0/+1
2012-09-11gsm: Address compiler warning about unused variable 'z'Holger Hans Peter Freyther1-3/+4
2012-09-11logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther1-2/+3
2012-09-10Gb: Add functions for sending flow control messages from BSS sideHarald Welte1-0/+105
2012-09-10Gb: Add header file for BSS-side BSSGP functionsHarald Welte1-0/+1
2012-09-08libosmogb: make build conditional, disable in embedded buildHarald Welte1-0/+2
2012-09-08backtrace: don't use fprintf, but printf (for osmocom-bb)Harald Welte1-1/+1
2012-09-07BSSGP: print per-bvc flow control parameters on vtyHarald Welte1-1/+12
2012-09-07BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte1-5/+7
2012-09-07BSSGP flow-control: various fixesHarald Welte2-10/+36
2012-09-07libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte2-4/+225
2012-09-07BSSGP: fix unused variable compiler warningsHarald Welte1-8/+2
2012-09-07libosmogb: build without strict aliasing rulesHarald Welte1-1/+1
2012-08-29libosmogsm: Back-port SMS related fixes from openbscHarald Welte1-1/+10
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte1-5/+90
2012-08-24gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte1-29/+29
2012-08-20import vty_cmd_string_from_valstr() from osmo-btsHarald Welte1-0/+54
2012-08-03increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() changeHarald Welte1-1/+1
2012-08-03serial: don't set O_NDELAY, as it is more or less O_NONBLOCKHarald Welte1-1/+1
2012-08-03gb: Make suspend_ref a plain uint8_t instead of a uint8_t*Holger Hans Peter Freyther1-1/+1
2012-08-02libgb: Link to the libraries used by libgbHolger Hans Peter Freyther1-1/+4
2012-08-02vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther1-1/+1
2012-07-25vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther1-1/+2
2012-07-25vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther1-0/+148
2012-07-21Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()Andreas Eversberg1-1/+1
2012-07-18authentication: More documentationHarald Welte1-3/+54
2012-07-14backtrace: update copyright noticeHarald Welte1-3/+1
2012-07-14backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte1-9/+37
2012-07-14TLV: add new "vTvLV" type for GANHarald Welte2-1/+22
2012-07-13gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte1-6/+13
2012-07-13add gsm48_decode_lai() to map fileHarald Welte1-0/+1
2012-07-13import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte1-0/+14
2012-07-13timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte1-0/+28
2012-07-12freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2-0/+38
2012-07-12logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther1-4/+4
2012-07-11correct inverted logic from commit f3ba8aAlexander Huemer1-1/+1