aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-28[rsl] Send the MultiRateConfig in the RSL Channel Activate msgHolger Hans Peter Freyther1-0/+4
2010-01-06[rsl] Partial revert of the GSM speech mode for the nanoBTSHolger Hans Peter Freyther1-23/+3
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-123/+350
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+3
2009-12-21RSL: keep track if a channel is active or notHarald Welte1-0/+10
2009-12-20rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte1-0/+14
2009-12-20Move RTP socket handling out of signal handlers into abis_rslHarald Welte1-0/+33
2009-12-19don't print measurement reports that have no cellsHarald Welte1-0/+2
2009-12-19ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte1-48/+89
2009-12-17logging: introduce log levels at caller siteHarald Welte1-29/+29
2009-12-17[handover] first functional handover implementationHarald Welte1-3/+12
2009-12-16assign measurement report lchan member after memset'ing itHarald Welte1-0/+1
2009-12-16print measurement reports more verboselyHarald Welte1-3/+11
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-19/+17
2009-12-12[RSL] print human-readable channel type during channel allocation failureHarald Welte1-2/+2
2009-12-09mark lchan2chan_nr() using a 'const' parameterHarald Welte1-1/+1
2009-12-06move RTP socket information from timeslot to lchanHarald Welte1-6/+6
2009-12-06RSL: catch inconsistent parameters ofr channel_mode_from_lchan()Harald Welte1-0/+5
2009-12-02ip.access speech mode for TCH/H channelsHarald Welte1-9/+30
2009-12-02move RTP socket information from timeslot to lchanHarald Welte1-6/+6
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte1-5/+5
2009-11-30[handover] export measurement reports via signalHarald Welte1-1/+4
2009-11-29[handover] Introduce new handover related LCHAN signalsHarald Welte1-1/+29
2009-11-29New complete measurement result/report handlingHarald Welte1-28/+84
2009-11-27RSL: catch inconsistent parameters ofr channel_mode_from_lchan()Harald Welte1-0/+5
2009-11-24Merge branch 'master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
2009-11-22[network] Make T3101 configurable and use it in abis_rslHolger Hans Peter Freyther1-1/+1
2009-11-20[lchan] Release the channel ones its' usecount drops to zeroHolger Hans Peter Freyther1-0/+4
2009-11-20[rsl] Speculative crash fix in the RSL rcv messageHolger Hans Peter Freyther1-1/+13
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther1-0/+5
2009-11-19[ipa] Change names of RTP methods to follow MGCP namingHolger Hans Peter Freyther1-21/+21
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther1-2/+2
2009-11-17[rsl] Improve error message when the lchan allocation is failingHolger Hans Peter Freyther1-1/+2
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther1-0/+4
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther1-0/+1
2009-10-24[GPRS] Add RSL function for ip.access PDCH activationHarald Welte1-0/+30
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte1-1/+5
2009-10-22Fix compiler warning and cast const away.Holger Hans Peter Freyther1-1/+1
2009-09-27[abis_rsl] Fix rsl_encryption_cmd L3 length computationSylvain Munaut1-1/+1
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte1-8/+58
2009-08-28[abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQDHarald Welte1-0/+1
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)1-4/+6
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-1/+1
2009-08-10now that we send MRPCI, we can treat T_MSRFPCI error message as fatalHarald Welte1-10/+0
2009-08-10Merge commit 'origin/master'Harald Welte1-0/+6
2009-08-10rename rsl_channel_release to rsl_rf_channel_releaseHarald Welte1-9/+14
2009-08-10use proper message discriminator for MRPCIHarald Welte1-0/+6
2009-08-10make rsl_siemens_mrpci() use struct rsl_mrpciHarald Welte1-2/+2
2009-08-10Add function to generate siemens-specific MRPCI RSL messageHarald Welte1-0/+16
2009-08-10set BS power to Pn == nominal output powerHarald Welte1-1/+1