aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-17slightly more complete GSM 04.08 CC, we can nowHarald Welte2-35/+115
2009-02-17switch paging code to use a timer again, since not all BTS send reliable CCCH...Harald Welte1-6/+21
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte4-9/+186
2009-02-16modify the signal handler/dispatch code (sorry zecke, no offense, I just had ...Harald Welte5-56/+50
2009-02-16* introduce TLV parser definitions for RSL IE'sHarald Welte1-0/+215
2009-02-16[sms] Send a notification on incoming SMSHolger Freyther2-1/+27
2009-02-15* add bs_power and ms_power attributes to each channel and use them in channe...Harald Welte1-7/+4
2009-02-15* use more constants to name the various BTS/TRX/... attributesHarald Welte1-31/+80
2009-02-15support non-123 ARFCN on nonoBTSHarald Welte1-1/+8
2009-02-15* add commond header file for ipaccess protocolHarald Welte2-38/+30
2009-02-15* use the correct BCCH channel type for nanoBTSHarald Welte1-33/+5
2009-02-15For Phase2 and higher BTS, use the FULL IMMEDIATE ASSIGN INFO attribute, rath...Harald Welte1-3/+20
2009-02-15Add support for ip.access RSL link on port 3003Harald Welte4-39/+166
2009-02-15* generate virtual E1 TEI up/down eventsHarald Welte1-5/+13
2009-02-15* add bsc_hack commandline argument to select BTS typeHarald Welte2-15/+202
2009-02-15* extend TLV parser to use a list of TLV type descriptionsHarald Welte2-21/+353
2009-02-14[paging] Do not create a request when one is already pending...Holger Freyther1-6/+6
2009-02-14[paging] Assign the subscriber to the channel first...Holger Freyther1-7/+7
2009-02-14[paging] Fix crash, move_to_next can not be used....Holger Freyther1-2/+4
2009-02-14[signal] Fix misuse of llist_add_tail...Holger Freyther1-1/+1
2009-02-14[nm] Fix the ObjectClass for Set Channel AttributeHolger Freyther1-1/+1
2009-02-14[signal] Add consumer of the signal api, inform about pagingHolger Freyther1-0/+27
2009-02-14[signal] Move the area into the struct signal_data...Holger Freyther3-6/+13
2009-02-14[signal] dispatch the paging response...Holger Freyther1-0/+8
2009-02-14[signal] Dispatch the first signal... inform about paging timeoutHolger Freyther1-1/+8
2009-02-14[signal] Add generic signal registration and dispatch...Holger Freyther2-1/+75
2009-02-14add tlv_parser code to Makefile.amHarald Welte1-1/+1
2009-02-14implement type1TV or type 2 detectionHarald Welte1-18/+26
2009-02-14[paging] Send up to avaliable_slots paging requests...Holger Freyther1-12/+40
2009-02-14[paging] Initiliaze req in paging_T3113_expiredHolger Freyther1-1/+1
2009-02-14* add comments for SET BTS ATTR and SET RADIO CARRIER ATTRHarald Welte1-4/+54
2009-02-14add new program to use UDP broadcast packets to find ip.access BTS in the net...Harald Welte2-1/+152
2009-02-13preliminary ip.access BTS support, as of now only OML singalling worksHarald Welte3-1/+400
2009-02-13* more extensive A-bis OML supportHarald Welte1-4/+125
2009-02-11* add more GSM 04.08 IEIsHarald Welte1-22/+75
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