summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libosmogb: build without strict aliasing rulesHarald Welte2012-09-071-1/+1
* libosmogsm: Back-port SMS related fixes from openbscHarald Welte2012-08-291-1/+10
* GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2012-08-241-5/+90
* gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte2012-08-241-29/+29
* import vty_cmd_string_from_valstr() from osmo-btsHarald Welte2012-08-201-0/+54
* increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() changeHarald Welte2012-08-031-1/+1
* serial: don't set O_NDELAY, as it is more or less O_NONBLOCKHarald Welte2012-08-031-1/+1
* gb: Make suspend_ref a plain uint8_t instead of a uint8_t*Holger Hans Peter Freyther2012-08-031-1/+1
* libgb: Link to the libraries used by libgbHolger Hans Peter Freyther2012-08-021-1/+4
* vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther2012-08-021-1/+1
* vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther2012-07-251-1/+2
* vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther2012-07-251-0/+148
* Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()Andreas Eversberg2012-07-211-1/+1
* authentication: More documentationHarald Welte2012-07-181-3/+54
* backtrace: update copyright noticeHarald Welte2012-07-141-3/+1
* backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte2012-07-141-9/+37
* TLV: add new "vTvLV" type for GANHarald Welte2012-07-142-1/+22
* gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte2012-07-131-6/+13
* add gsm48_decode_lai() to map fileHarald Welte2012-07-131-0/+1
* import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2012-07-131-0/+14
* timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2012-07-131-0/+28
* freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2012-07-122-0/+38
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-121-4/+4
* correct inverted logic from commit f3ba8aAlexander Huemer2012-07-111-1/+1
* bssgp: check for IMSI being a null pointer, not just an empty string.Harald Welte2012-07-041-1/+1
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-305-5/+5
* vty: avoid using a .data variable.Diego Elio Pettenò2012-06-301-7/+7
* codec: make data tables constant.Diego Elio Pettenò2012-06-304-12/+12
* build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò2012-06-301-2/+0
* build: use BUILT_SOURCES for the generated source files.Diego Elio Pettenò2012-06-301-0/+2
* build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò2012-06-301-2/+1
* ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte2012-06-243-1/+81
* add missing Makefile.am for libosmo-gbHarald Welte2012-06-191-0/+21
* libosmogb: export btsctx_* functionsHarald Welte2012-06-181-0/+4
* libosmogb: export missing symbolsHarald Welte2012-06-171-0/+2
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-1711-1/+3806
* add additional newline in vty welcome messageHarald Welte2012-06-161-2/+2
* VTY: safe version of printing VTY welcome messageHarald Welte2012-06-032-19/+11
* src/codec: Fix typo in MakefileSylvain Munaut2012-05-141-1/+1
* LAPDm: Ensure there is no payload in DISC framesHarald Welte2012-04-261-1/+6
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-1824-24/+24
* sync prototype of osmo_sockaddr_is_local with declarationHarald Welte2012-04-081-1/+1
* libosmogsm: Add tvlv_att_def to exported symbolsHarald Welte2012-04-051-0/+1
* misc: Fix make distcheck, add the new libosmogsm.map file to the tarballHolger Hans Peter Freyther2012-04-051-0/+2
* lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte2012-04-051-1/+0
* libosmogsm: Introduce explicit list of exported symbolsHarald Welte2012-04-043-3/+233
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-46/+130
* auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte2012-03-211-2/+13
* milenage: Add function to compute OPC from OP and KHarald Welte2012-03-212-0/+17
* lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther2012-03-161-2/+1