summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-08use msgb_pull() to get bytes from start of message, not msgb_get()Harald Welte3-62/+62
2012-09-08layer23: gsm48_decode_lai() is now in libosmogsmHarald Welte1-14/+0
2012-09-08Merge commit 'e3a10b66a4eaea7c7d06707be1ca18bb28dc2cbe' into masterHarald Welte3-1/+12
2012-09-08libosmogb: make build conditional, disable in embedded buildHarald Welte2-0/+11
2012-09-08backtrace: don't use fprintf, but printf (for osmocom-bb)Harald Welte1-1/+1
2012-09-08Merge libosmocore commit '972b502ecaf3b919b7e89c13257dd6ec97aaafb7' into masterHarald Welte139-414/+7008
2012-09-08msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEADHarald Welte1-3/+34
2012-09-07Merge branch 'bssgp_fc'Harald Welte10-6/+705
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 Welte3-56/+58
2012-09-07GPRS BSSGP test: integrate into autotestHarald Welte4-0/+223
2012-09-07BSSGP flow-control: Add unit test for algorithm testsHarald Welte2-1/+172
2012-09-07BSSGP flow-control: various fixesHarald Welte3-15/+49
2012-09-07libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte3-4/+262
2012-09-07USSD: text is 'char' not uint8_tHarald Welte1-1/+1
2012-09-07BSSGP: fix unused variable compiler warningsHarald Welte1-8/+2
2012-09-07libosmogb: build without strict aliasing rulesHarald Welte2-2/+2
2012-09-02gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAPHarald Welte1-0/+7
2012-08-29libosmogsm: Back-port SMS related fixes from openbscHarald Welte2-1/+35
2012-08-26Use package version since git info won't be available.Eric Butler2-1/+15
2012-08-26Fix debian package building.Eric Butler5-8/+11
2012-08-25misc: Fix make distcheck of libosmocore by adding the result to the distHolger Hans Peter Freyther1-1/+2
2012-08-24GSM 04.08: Add 'enum gsm48_bcap_speech_ver'Harald Welte1-0/+9
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte7-6/+314
2012-08-24gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte1-29/+29
2012-08-24GSM 08.58: Add channel modes for transparent data servicesHarald Welte1-4/+20
2012-08-20import vty_cmd_string_from_valstr() from osmo-btsHarald Welte2-0/+59
2012-08-15utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a functionHolger Hans Peter Freyther1-2/+2
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 Freyther2-2/+2
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-08-02Add missing includes to timer_test.c and osmo-auc-gen.cHarald Welte2-0/+2
2012-07-25vty: Merge from a generic section in case no specific one existsHolger Hans Peter Freyther1-2/+11
2012-07-25vty: Use UTF-8 for the encoding and the ability to hide nodesHolger Hans Peter Freyther1-9/+11
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 Freyther6-3/+256
2012-07-21Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()Andreas Eversberg1-1/+1
2012-07-18authentication: More documentationHarald Welte2-20/+81
2012-07-14backtrace: update copyright noticeHarald Welte1-3/+1
2012-07-14backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte2-9/+38
2012-07-14TLV: add new "vTvLV" type for GANHarald Welte3-2/+119
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 Welte2-0/+16
2012-07-13timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2-1/+31
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-12VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg2-3/+11