summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-26mobile: Do not print MDL-Error 'ignoring' and then aborting anyway.zecke/work-with-nitbHolger Hans Peter Freyther1-10/+2
2012-11-26mobile: Do the LU with a IMSI... to deal with changing NITBs..Holger Hans Peter Freyther1-1/+1
2012-11-25rxqual: Begin to implement the rxqual calculationHolger Hans Peter Freyther6-24/+52
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg10-47/+47
2012-11-22fix previous commit: use dbm2rxlev()Harald Welte2-2/+2
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte8-8/+13
2012-11-16Fix wrong print of scan freq when using gsm_print_arfcn twice for the same lo...Pavel Baturko1-4/+12
2012-11-15Fix: Correctly convert ARFCN to index.Joshua Lackey1-1/+4
2012-11-14Merge commit '5905d5be60249b2d9ca9abce4c801bc3bceed6d9'Sylvain Munaut16-24/+48
2012-11-14fw/comm: remove unused, outdated copy of msgb.hSteve Markgraf1-161/+0
2012-11-14smc: Fix a typo in the smc codeHolger Hans Peter Freyther1-1/+1
2012-11-11smc: Print the current state of the SMSHolger Hans Peter Freyther1-1/+3
2012-11-11sms: Remove the commented out code that was the default in OpenBSCHolger Hans Peter Freyther1-1/+0
2012-11-11sms: Reduce the logging level to debugHolger Hans Peter Freyther1-3/+3
2012-11-05GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg1-1/+3
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg3-0/+42
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg6-27/+44
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-10-14Merge commit 'b8d18f32a1676f05d73bc9d94eadeaf5cc43c9a5'Sylvain Munaut20-93/+440
2012-10-01Drop unused imports from the python utilities.Paul Wise2-2/+0
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-17Fix linking with GNU ld 2.22 and libgpsKevin Redon4-6/+9
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-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 Welte1-0/+2
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-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