aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte1-1/+2
2009-05-23fix two compiler warningsHarald Welte1-1/+2
2009-05-01implement parsing and printing of RSL measurement resultsHarald Welte1-1/+34
2009-05-01don't print rf resource indication messages, they clutter up the logsHarald Welte1-1/+1
2009-05-01print cause for channel activate NACKHarald Welte1-5/+9
2009-05-01fix printing of ip.access disconnect causeHarald Welte1-1/+1
2009-04-30fix missing \n at end of debug statementHarald Welte1-1/+1
2009-02-28introduce new 'mode' parameter to RSL ACTIVATE CHANNELHarald Welte1-7/+14
2009-02-28* more RSL and 04.08 constant definesHarald Welte1-10/+21
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte1-1/+2
2009-02-23Ignore CONNECTION FAIL INDICATION cause 0x18 to make sure our phone calls sur...Harald Welte1-10/+44
2009-02-22use RSL debug prefix in RSL codeHarald Welte1-1/+1
2009-02-19use new gsm_ts_name() funciton from debug statemens everywhereHarald Welte1-41/+49
2009-02-18* ensure TCH/F are activated signalling-onlyHarald Welte1-2/+48
2009-02-17correctly print IPAC_CONNECT_ACK debug statementHarald Welte1-1/+1
2009-02-17* increased debug verbosity for ip.access BIDND_ACK processingHarald Welte1-5/+12
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte1-0/+1
2009-02-16* introduce TLV parser definitions for RSL IE'sHarald Welte1-0/+215
2009-02-15* add bs_power and ms_power attributes to each channel and use them in channe...Harald Welte1-7/+4
2009-02-15For Phase2 and higher BTS, use the FULL IMMEDIATE ASSIGN INFO attribute, rath...Harald Welte1-3/+20
2009-02-11[ccch load] Enable notifications for CCCH/PAGING LOAD againHolger Freyther1-4/+0
2009-02-10[paging] Introduce a variable containing the free paging slotsHolger Freyther1-0/+2
2009-02-07make sure certain functions are per TRX, not per BTS, such asHarald Welte1-5/+9
2009-02-04[paging] This is paging my phone but it looks completely wrong...Holger Freyther1-2/+2
2009-02-04[paging] Implement the three Control Channel Descriptor methods...Holger Freyther1-0/+52
2009-02-03[rsl] Decode RACH Load as wellHolger Freyther1-1/+10
2009-02-03cosmetic/coding style fixesHarald Welte1-13/+23
2009-02-02add rudimentary code to debug-print the CCCH LOAD INDICATIONHarald Welte1-3/+27
2009-01-27[abis] Do not confuse me again....Holger Freyther1-1/+1
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-23/+9
2009-01-04Be able to initiate paging from the telnet interfaceHolger Freyther1-0/+10
2009-01-04make use of new functions to print string chreq reason and lchan typeHarald Welte1-2/+3
2009-01-01Document where to find the how to determine the paging groupHolger Freyther1-8/+0
2008-12-30Document where Channel release is coming fromHolger Freyther1-0/+1
2008-12-30add missing return statementHarald Welte1-1/+2
2008-12-29Unite the acked/nacked handling in a common response...Holger Freyther1-4/+4
2008-12-29Inform the bsc about acked or nacked channels...Holger Freyther1-0/+15
2008-12-29Add callback for allocated lchannelsHolger Freyther1-5/+7
2008-12-29Remove duplicate call... semantic should stay the sameHolger Freyther1-1/+0
2008-12-29Print channel requests coming from paging command, print the reason in every ...Harald Welte1-2/+8
2008-12-28working state up to location update and classmark inquiryHarald Welte1-1/+1
2008-12-27* add database handlingHarald Welte1-3/+3
2008-12-27* fix sending of wrong message discriminator for dedicated channel RSL msgsHarald Welte1-64/+14
2008-12-27* lchan_free() the channels that we RF_CHAN_RELEASEHarald Welte1-0/+3
2008-12-27* send RF CHANNEL RELEASE if we get CONNECTION FAIL INDICATIONHarald Welte1-1/+2
2008-12-27send RF CHANNEL RELEASE upon RELEASE INDICATION from BTSHarald Welte1-1/+1
2008-12-27whcih -> whichHolger Freyther1-1/+1
2008-12-27now we get up to the SETUP of MO callsHarald Welte1-8/+103
2008-12-26working state up to location update and classmark inquiryHarald Welte1-12/+44
2008-12-26this is the first version that actually talks to the BTSHarald Welte1-2/+2