summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-12layer23: Fixed size of power offset (SI 3 rest octets)Andreas Eversberg1-1/+1
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
2012-07-04bssgp: check for IMSI being a null pointer, not just an empty string.Harald Welte1-1/+1
2012-06-30build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò5-5/+5
2012-06-30vty: avoid using a .data variable.Diego Elio Pettenò1-7/+7
2012-06-30codec: make data tables constant.Diego Elio Pettenò4-12/+12
2012-06-30build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò1-2/+0
2012-06-30build: use BUILT_SOURCES for the generated source files.Diego Elio Pettenò1-0/+2
2012-06-30build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò1-2/+1
2012-06-25Properly name firmware images OsmocomBB not just OSMOCOM !Harald Welte7-7/+7
2012-06-24ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte3-1/+81
2012-06-19add missing Makefile.am for libosmo-gbHarald Welte1-0/+21
2012-06-18libosmogb: export btsctx_* functionsHarald Welte1-0/+4
2012-06-17libosmogb: export missing symbolsHarald Welte1-0/+2
2012-06-17libosmogb: move files to proper location and fix buildHarald Welte11-1/+3806
2012-06-16add additional newline in vty welcome messageHarald Welte1-2/+2
2012-06-03VTY: safe version of printing VTY welcome messageHarald Welte2-19/+11
2012-05-14src/codec: Fix typo in MakefileSylvain Munaut1-1/+1
2012-05-07Adding the manufacturer id of STMicroelectronicsChristian Inci1-2/+2
2012-04-28firmware/rssi: Adding symbols to display battery and RX levelAndreas Eversberg1-2/+20
2012-04-28firmware: Adding new font with symbols for battery and RX levelAndreas Eversberg4-1/+118
2012-04-28Further work on C123 charging.Christian Vogel3-86/+174
2012-04-28Add battery info to hello world.Christian Vogel1-0/+33
2012-04-28Charging: Add to Compal_E88, dummy for others.Christian Vogel2-6/+13
2012-04-28Battery charging for C123.Christian Vogel4-0/+357
2012-04-28Add MADC/battery related bit definitions in twl3025.hChristian Vogel1-0/+50
2012-04-26LAPDm: Ensure there is no payload in DISC framesHarald Welte1-1/+6
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut24-24/+24
2012-04-08sync prototype of osmo_sockaddr_is_local with declarationHarald Welte1-1/+1
2012-04-05libosmogsm: Add tvlv_att_def to exported symbolsHarald Welte1-0/+1
2012-04-05misc: Fix make distcheck, add the new libosmogsm.map file to the tarballHolger Hans Peter Freyther1-0/+2
2012-04-05lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte1-1/+0
2012-04-04libosmogsm: Introduce explicit list of exported symbolsHarald Welte3-3/+233