aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-02-18* support BS11 specific IE types in abis_nmHarald Welte1-2/+5
2009-02-18"the big fix", of the E1 subchannel [de]multiplexer. I don't even remember howHarald Welte1-1/+2
2009-02-18* ensure TCH/F are activated signalling-onlyHarald Welte1-2/+3
2009-02-18#defines for GSM48 channel modesHarald Welte1-0/+9
2009-02-18add DMUX debug prefixHarald Welte1-0/+3
2009-02-17[utils] Create gsm_utils for 7bit encoding and decoding...Holger Freyther2-1/+34
2009-02-17various CC updates:Harald Welte2-4/+9
2009-02-17* increased debug verbosity for ip.access BIDND_ACK processingHarald Welte1-2/+10
2009-02-17add parsing for ip.access vendor specific NM messagesHarald Welte1-1/+12
2009-02-17slightly more complete GSM 04.08 CC, we can nowHarald Welte1-2/+3
2009-02-17switch paging code to use a timer again, since not all BTS send reliable CCCH...Harald Welte2-1/+4
2009-02-16forgot the header files in last commit. sigh.Harald Welte3-2/+26
2009-02-16add IEI values for GSM 04.11Harald Welte1-0/+10
2009-02-16modify the signal handler/dispatch code (sorry zecke, no offense, I just had ...Harald Welte1-18/+15
2009-02-16* introduce TLV parser definitions for RSL IE'sHarald Welte2-0/+27
2009-02-16introduce msgb_l2len() functionHarald Welte1-0/+5
2009-02-16[sms] Send a notification on incoming SMSHolger Freyther1-1/+8
2009-02-15introduce msgb_l3len() functionHarald Welte1-0/+5
2009-02-15* add bs_power and ms_power attributes to each channel and use them in channe...Harald Welte1-0/+4
2009-02-15* use more constants to name the various BTS/TRX/... attributesHarald Welte1-0/+9
2009-02-15* add commond header file for ipaccess protocolHarald Welte1-0/+37
2009-02-15Add support for ip.access RSL link on port 3003Harald Welte1-1/+12
2009-02-15* add bsc_hack commandline argument to select BTS typeHarald Welte1-3/+13
2009-02-15* extend TLV parser to use a list of TLV type descriptionsHarald Welte2-2/+65
2009-02-14[signal] Move the area into the struct signal_data...Holger Freyther1-2/+3
2009-02-14[signal] Add generic signal registration and dispatch...Holger Freyther2-1/+58
2009-02-14introduce gsm_nm_state object in all our nm-relevant data structuresHarald Welte1-0/+17
2009-02-14implement type1TV or type 2 detectionHarald Welte1-4/+6
2009-02-14* add comments for SET BTS ATTR and SET RADIO CARRIER ATTRHarald Welte1-0/+2
2009-02-13preliminary ip.access BTS support, as of now only OML singalling worksHarald Welte1-0/+5
2009-02-13* more extensive A-bis OML supportHarald Welte1-13/+7
2009-02-11* add more GSM 04.08 IEIsHarald Welte1-0/+47
2009-02-11include already-exported lchan2chan_nr() function in header fileHarald Welte1-0/+1
2009-02-11[paging] Send paging requests as response to the PAGING LOAD indicatorHolger Freyther1-3/+0
2009-02-11[paging] Stop counting the requests... harald implemented sepc conform timer ...Holger Freyther1-1/+0
2009-02-10[misc] Add header files to fix make distcheckHolger Freyther1-1/+1
2009-02-10* fill the e1_link member of every bts_trx_ts structureHarald Welte1-1/+6
2009-02-10[paging] Introduce a variable containing the free paging slotsHolger Freyther2-0/+6
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther2-4/+4
2009-02-09introduce lookup of subscribers based on their extension numberHolger Freyther1-0/+2
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte6-7/+240
2009-02-07make sure certain functions are per TRX, not per BTS, such asHarald Welte1-3/+3
2009-02-06[dist] Fix make distcheck by adding the new header filesHolger Freyther1-1/+2
2009-02-06[rr] Send a Channel Release before deactivating the channelHolger Freyther1-0/+22
2009-02-06[paging] Move the paging state into struct gsm_btsHolger Freyther2-32/+34
2009-02-06BS11 logon message typeHarald Welte1-0/+1
2009-02-06add new routine to stop pagingHarald Welte1-0/+3
2009-02-06add some initial simplistic TLV parserHarald Welte1-0/+18
2009-02-06introduce new "DEBUGPC" macro for continuing on the same line without prefix ...Harald Welte1-2/+4
2009-02-06implement parsing of PAGING RESPONSEHarald Welte1-0/+10