summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Welte1-0/+6
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 Welte1-0/+76
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 Ayuso2-12/+32
2011-05-31socket: getaddrinfo(): set AI_PASSIVE if we want to bindHarald Welte1-0/+3
2011-05-30board: mtk: increase RAM sizes in linker scriptWolfram Sang1-2/+2
2011-05-30mtk: uart: remove forgotten calypso-includeWolfram Sang1-2/+0
2011-05-29[layer23] Adding Quadband support and GSM 4x0 supportAndreas.Eversberg14-300/+790
2011-05-29fw/rffe/compal: Add support for 850 bandSylvain Munaut1-2/+2
2011-05-29fw/trf6151: Use a #define to enable/disable out-of-spec warningsSylvain Munaut1-0/+10
2011-05-29fw/trf6151: Better PLL settings routinesSylvain Munaut1-89/+155
2011-05-29fw/rffe: Add function to query RF wiringSylvain Munaut4-0/+50
2011-05-29Merge commit '3710e462f85824cd9d84b3f95e6b2ea694119ff9'Sylvain Munaut1-3/+0
2011-05-29gsmtap_util: Remove msg_free from the wq call backSylvain Munaut1-3/+0
2011-05-29Makefile: disable the check for sys/socket.h in the libosmocore target buildHarald Welte1-1/+3
2011-05-29src/Makefile: The configure.in was renamed configure.ac -> update MakefileSylvain Munaut1-1/+1
2011-05-29Merge commit 'f2699501bc20a1dc5ee965ca1cbb8f18a3471ff8'Sylvain Munaut3-4/+2
2011-05-29gsm/sysinfo: Fix rsl2sitype array sizeSylvain Munaut1-1/+1
2011-05-29gsm/sysinfo: don't include netinet/in.hHarald Welte1-1/+0
2011-05-29socket: remove unused IPv4 related header includesHarald Welte1-2/+0
2011-05-27Merge commit '4d3a7b124e08a597d5f01fb2a71f3a4677a360a9'Harald Welte10-3/+240
2011-05-24socket: Skip ifa's without ifa->ifa_addrHarald Welte1-0/+2
2011-05-24Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbscHarald Welte1-0/+32
2011-05-24Import sytem information related definitions + code from openbscHarald Welte2-1/+132
2011-05-23Merge commit '3036612d59a5c8d97b2086a5e7817613f45948ef'Harald Welte10-8/+569
2011-05-23abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_nameHarald Welte1-14/+4
2011-05-23rename abis_nm_adm_name() to abis_nm_adm_state_name()Harald Welte1-1/+1
2011-05-22abis_nm: import definitions and common code on A-bis OML from OpenBSCHarald Welte2-1/+407