summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg4-0/+73
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg12-56/+104
2011-07-17[layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2-5/+6
2011-07-16tpu_window: Fix int16_t overflow in tpu_window calculationHarald Welte1-2/+3
2011-07-16calypso/uart.c: Fix array bounds checkingHarald Welte1-1/+1
2011-07-16calypso/irq: Fix array bounds checkingHarald Welte1-1/+1
2011-07-16settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte1-2/+2
2011-07-16sysinfo.h: ARFCN can be 0..1024, so we need an array of 1025 entriesHarald Welte1-1/+1
2011-07-16gsm48_rr: Don't overflow array boundaryHarald Welte1-1/+1
2011-07-16osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte1-3/+1
2011-07-16osmocon: get rid of some Smash warningsHarald Welte1-6/+6
2011-07-16misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther1-0/+1
2011-06-27lapdm: fix use-after-freeHarald Welte1-1/+4
2011-06-26Merge commit '2a68c7c8cd2eca65c58c0898d0e1716e9d4c3ecd'Sylvain Munaut2-0/+43
2011-06-26gsm/utils: Adding conversion of "mobile power class" to dBmAndreas Eversberg2-0/+43
2011-06-25fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg2-0/+18
2011-06-25fw/sercomm: Additional locking needed in drv_pullSylvain Munaut1-3/+11
2011-06-25fw/sercomm: Fix up the locking using an 'abstraction' layerSylvain Munaut1-17/+29
2011-06-25fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut1-0/+6
2011-06-25fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut1-11/+12
2011-06-25fw/comm: Remove useless include from msgb.cSylvain Munaut1-2/+0
2011-06-25Merge commit '620f7ab35034f78f894319e027a151568c331eea'Sylvain Munaut13-17/+186
2011-06-25sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI typesHarald Welte2-0/+8
2011-06-25RSL: Fix typoHarald Welte1-1/+1
2011-06-25lapdm: properly set the msg->l3h to the contents of the RSL L3_INFO IEHarald Welte1-0/+3
2011-06-24lapdm: introduce a new lapdm_phsap_dequeue_prim()Harald Welte2-31/+56
2011-06-24lapdm: Don't try to send data using a PH-RACH.req, use PH-DATA.reqHarald Welte1-5/+5
2011-06-24lapdm: some more error reporting in case strange primitives arrive from L1Harald Welte1-6/+12
2011-06-24L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDmHarald Welte1-1/+1
2011-06-24introduce LAPDM entity flags for PH-EMPTY_FRAME.req and polllingHarald Welte2-20/+48
2011-06-24lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte4-37/+137
2011-06-24lapdm: implement RSL CHAN RQD generation from PH-RA.indHarald Welte2-2/+30
2011-06-24lapdm: use msgb_tlv_put instead of manual equivalentHarald Welte1-6/+2
2011-06-24fix some spillage from recent conversionHarald Welte2-2/+3
2011-06-24lapdm: remove dependency to osmocom_data.hHarald Welte1-1/+1
2011-06-23lapdm: remove get_rsl_name() and use libosmogsm:gsm_rsl_name() insteadHarald Welte3-32/+4
2011-06-23further decouple lapdm code from osmocom_ms and l1ctlHarald Welte11-54/+239
2011-06-23add value_string definitions for RSL message typesHarald Welte2-0/+77
2011-06-23introduce GSM primitive definitionsHarald Welte3-1/+32
2011-06-23add new 'prim.h' header file for primitivesHarald Welte2-1/+21
2011-06-22add l1ctl_proto.h #includes to lots of filesHarald Welte7-0/+14
2011-06-22remove l1ctl data structure form l2_ph_chan_conf()Harald Welte3-8/+6
2011-06-22remove l1ctl data structure from l2_ph_data_ind()Harald Welte3-11/+8
2011-06-21lapdm.c: remove unneeded header file #includesHarald Welte1-3/+0
2011-06-21layer23: make LAPDm code mostly independent of 'struct osmocom_ms'Harald Welte10-84/+104
2011-06-21remove osmocom_ms reference from lapdm_init()Harald Welte4-10/+16
2011-06-21remove 'osmocom_ms' from struct lapdm_enetityHarald Welte2-10/+11
2011-06-13socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso3-15/+40
2011-06-13Merge branch 'master' of git.osmocom.org:libosmocorePablo Neira Ayuso6-7/+12
2011-06-05add missing #include file to sysinfo.hHarald Welte1-0/+1