aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-11[paging] factor out list iteration... move to the next itemHolger Freyther1-4/+9
2009-02-11[paging] Send paging requests as response to the PAGING LOAD indicatorHolger Freyther1-10/+4
2009-02-11[paging] Stop the timer when the paging was successfulHolger Freyther1-0/+1
2009-02-11[paging] Stop counting the requests... harald implemented sepc conform timer ...Holger Freyther1-10/+5
2009-02-11[ccch load] Enable notifications for CCCH/PAGING LOAD againHolger Freyther2-6/+2
2009-02-10* make sure we start sending B channel data on channel activationHolger Freyther1-0/+2
2009-02-10mISDN doesn't support select-writefd's but rather sends PH_DATA_CNFHarald Welte1-34/+47
2009-02-10* decrease subscriber refcount when free()ing a paging requestHarald Welte1-0/+15
2009-02-10* fill the e1_link member of every bts_trx_ts structureHarald Welte2-1/+21
2009-02-10set up a static TRAU mux mapping between on-air TS1 and TS2 Harald Welte1-3/+14
2009-02-10prettier debug prints in mISDN driverHolger Freyther1-6/+8
2009-02-10[paging] Introduce a variable containing the free paging slotsHolger Freyther2-0/+10
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther4-17/+17
2009-02-09introduce lookup of subscribers based on their extension numberHolger Freyther2-0/+22
2009-02-09some more primitive names for improved debug readabilityHolger Freyther1-0/+3
2009-02-09* always use bts->c0 as msg->trx for OML messagesHolger Freyther1-0/+2
2009-02-09* correctly initialize link->tei and link->sapiHolger Freyther1-3/+4
2009-02-09fix segfault when trying to dequeue list head as list elementHolger Freyther1-3/+3
2009-02-09remove old misdn driver; the code is now using e1_input.c in combinationHarald Welte1-611/+0
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte9-21/+1294
2009-02-09fix compiler warning about undeclared function by adding include fileHarald Welte1-0/+1
2009-02-09* remove excessive debug output during software loadHarald Welte1-3/+0
2009-02-07make sure certain functions are per TRX, not per BTS, such asHarald Welte2-12/+16
2009-02-06[paging] Move the code to send the command into a separate functionHolger Freyther1-12/+17
2009-02-06[rr] Send a Channel Release before deactivating the channelHolger Freyther2-1/+26
2009-02-06[paging] Move the paging state into struct gsm_btsHolger Freyther2-59/+33
2009-02-06[paging] Use paging_request_remove to update last_request and free memoryHolger Freyther1-9/+16
2009-02-06[bs11-config] Really force the software uploadHolger Freyther1-6/+16
2009-02-06* implement some simplistic OML EVENT STATE CHANGE REPORT parsingHarald Welte1-6/+50
2009-02-06stop paging a particular subscriber after we have received a PAGING RESPONSEHarald Welte1-0/+1
2009-02-06add new routine to stop pagingHarald Welte1-0/+20
2009-02-06add some initial simplistic TLV parserHarald Welte1-0/+25
2009-02-06increase CCCH LOAD indication threshold to 50% to remove lots of noiseHarald Welte1-2/+2
2009-02-06introduce new "DEBUGPC" macro for continuing on the same line without prefix ...Harald Welte1-7/+11
2009-02-06add DMI and DMIB debug= commandline option parsingHarald Welte1-0/+2
2009-02-06implement parsing of PAGING RESPONSEHarald Welte1-3/+40
2009-02-05* introduce a new '--restart' parameter to reboot BTSHarald Welte1-36/+45
2009-02-05introduce abis_nm_bs11_restart() functionHarald Welte1-0/+6
2009-02-04[paging] Use the number of different paging subchannels...Holger Freyther1-1/+1
2009-02-04[paging] This is paging my phone but it looks completely wrong...Holger Freyther2-3/+22
2009-02-04[paging] Implement the three Control Channel Descriptor methods...Holger Freyther1-0/+52
2009-02-04[paging] Keep a copy of the Control Channel Description in the bts structHolger Freyther1-0/+11
2009-02-03[paging] some minor cleanups. put the current request into a temporaryHolger Freyther1-6/+9
2009-02-03[paging] Cosmetic changes on the timer handling and max requestsHolger Freyther1-2/+3
2009-02-03[telnet] use SO_REUSEADDR on the telnet socketHolger Freyther1-1/+3
2009-02-03[rsl] Decode RACH Load as wellHolger Freyther1-1/+10
2009-02-03cosmetic fixes / more commentsHarald Welte1-8/+8
2009-02-03cosmetic fixesHarald Welte1-10/+10
2009-02-03cosmetic/coding style fixesHarald Welte1-13/+23
2009-02-03make bs11_config status lines shorterHarald Welte1-2/+2