aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-06Merge branch 'master' into proxyproxyHarald Welte12-226/+1048
2009-08-06add code to save BTS/TRX/TS config to config fileHarald Welte1-1/+52
2009-08-06change order of BTS and TRX list as well as band names for prettier printoutHarald Welte1-7/+7
2009-08-06don't define zencrypt function if VTY_CRYPT is not definedHarald Welte1-0/+2
2009-08-06re-enable config file handling of vty layerHarald Welte1-9/+4
2009-08-06add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21Harald Welte1-0/+29
2009-08-06add more ip.access attribute TLV definitionsHarald Welte1-4/+33
2009-08-06introduce '-2' commandline option for second BS-11Harald Welte1-4/+27
2009-08-06shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+cHarald Welte1-2/+6
2009-08-06only set BCCH INFO on first TRX (C0) of BTSHarald Welte1-4/+6
2009-08-06use HARDCODED_BTSn_TS defines from bsc_hack.cHarald Welte1-19/+36
2009-08-06add HARDCODED_BTSn_TS to define the base TS for each BTSHarald Welte1-5/+5
2009-08-06use talloc_free() rather than free()Harald Welte1-2/+2
2009-08-04e1_config now supports up to three BTSHarald Welte1-22/+39
2009-08-04prepare mISDN driver for multiple lines/instancesHarald Welte1-12/+6
2009-08-04fix \n at end of line of certain RSL debug messagesHarald Welte1-7/+5
2009-08-04alter initial MS RF power to 100mWHarald Welte1-1/+2
2009-08-04parse and decode Siemens specific T_MSRFPCI messageHarald Welte1-0/+1
2009-08-04fix initialization of TRX1 / TS0Harald Welte1-5/+5
2009-07-29make channel allocator policy multi-TRX awareHarald Welte1-14/+28
2009-07-29complete TRX1 support for BS11Harald Welte2-34/+118
2009-07-29generalize channel activation / channel mode modifyHarald Welte2-75/+68
2009-07-29actually derive the ip.access speech mode from tch_modeHarald Welte1-18/+16
2009-07-29postpone IPAC_BIND until we do a LCHAN_MODIFYHarald Welte1-7/+18
2009-07-29add support for more RSL channel modesHarald Welte1-1/+20
2009-07-29Merge commit 'origin/master'Harald Welte2-1/+2
2009-07-29fix typo when using sizeof() to determine the size of the RTCP headerHarald Welte1-1/+1
2009-07-29rtp_proxy.c: Spelling fix, kook -> lookHolger Hans Peter Freyther1-1/+1
2009-07-29vty/command.c: Fix compile warning by including gsm_subsriber.hHolger Hans Peter Freyther1-0/+1
2009-07-28Merge branch 'master' into proxyHarald Welte18-401/+645
2009-07-28improve ip-access BIND/CONNECT RTP supportHarald Welte1-7/+51
2009-07-28send a [new] signal in case of IPAC_DISCONNECT_INDicationHarald Welte1-0/+2
2009-07-28implement human-readable RSL cause printingHarald Welte1-18/+64
2009-07-28enable select.c handler to support removal of two consecutive fd'sHarald Welte1-0/+9
2009-07-28add RTP proxy mode for ip.accessHarald Welte4-36/+293
2009-07-28improve ip-access BIND/CONNECT RTP supportHarald Welte1-7/+51
2009-07-28send a [new] signal in case of IPAC_DISCONNECT_INDicationHarald Welte1-0/+2
2009-07-28implement human-readable RSL cause printingHarald Welte1-18/+64
2009-07-28enable select.c handler to support removal of two consecutive fd'sHarald Welte1-0/+9
2009-07-28Merge branch 'master' into rtp_proxyHarald Welte11-53/+64
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte11-53/+64
2009-07-28add new rtp_proxy code, but not use it yetHarald Welte1-0/+282
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte2-19/+16
2009-07-23add missing files to gitHarald Welte1-0/+134
2009-07-23trans->transaction_id now reflects the actual (unshifted) valueHarald Welte1-9/+9
2009-07-23centralize the code that needs to deal with transaction_idHarald Welte1-79/+41
2009-07-23make sure subscr->net is always setHarald Welte5-23/+40
2009-07-23remove bogus 'network' member of 'struct gsm_transaction'Harald Welte1-30/+35
2009-07-23gms_transactions data model reorganizationHarald Welte3-118/+69
2009-07-21allow user to set BSIC and TSC from command lineHarald Welte1-4/+19