aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-10add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGNHarald Welte1-1/+14
2009-08-10the RELEAESE MODE IE is mandatoryHarald Welte1-0/+1
2009-08-09if we receive CHANNEL ACTIVATE NACK, we should release the lchanHarald Welte1-0/+1
2009-08-09move ms_pwr utility function to gsm_utils.cHarald Welte1-74/+3
2009-08-09fix timer and linked list handling of new RLL codeHarald Welte1-2/+2
2009-08-09Add new BSC RLL layer of codeHarald Welte1-0/+28
2009-08-08start using the RLL RELEASE proceduresHarald Welte1-0/+28
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-07-29generalize channel activation / channel mode modifyHarald Welte1-75/+67
2009-07-29actually derive the ip.access speech mode from tch_modeHarald Welte1-18/+16
2009-07-29add support for more RSL channel modesHarald Welte1-1/+20
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-21use actual bts->tsc rather than hard-coded valueHarald Welte1-1/+1
2009-07-19send DEACTIVATE SACCH when sending RR CHANEL RELEASEHarald Welte1-0/+19
2009-07-12more ip.access RSL TLV parser definitionsHarald Welte1-1/+9
2009-07-12rename ip.access structure field members and variablesHarald Welte1-7/+8
2009-07-12give ip.access RSL IE's their proper namesHarald Welte1-11/+11
2009-07-09abis_rsl.c: Clarify from which specification this table comes fromHolger Hans Peter Freyther1-1/+2
2009-07-04remove superfluous check for lchan->use > 0Harald Welte1-4/+2
2009-07-04release channel on ERROR INDICATIONHarald Welte1-0/+3
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte1-4/+10
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte1-13/+14
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+2