aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-18add DMUX debug prefixHarald Welte1-0/+3
2009-02-18* disable TS3 TRAU frame handling for nowHarald Welte1-1/+4
2009-02-18* use DEBUGP in TRAU frame codeHarald Welte1-8/+9
2009-02-17[utils] Commit not working 7bit encoder...Holger Freyther1-0/+29
2009-02-17[utils] Style change..Holger Freyther1-1/+1
2009-02-17[utils] Create gsm_utils for 7bit encoding and decoding...Holger Freyther5-20/+79
2009-02-17strip mISDN hardware header before putting B-channel data into subchannel dem...Harald Welte1-1/+1
2009-02-17don't reduce power quite as much to make sure we still get a singal (bs-11) a...Harald Welte1-5/+5
2009-02-17in case pagign of the 'B-end' during call setup fails, transmit message toHarald Welte1-1/+1
2009-02-17correctly print IPAC_CONNECT_ACK debug statementHarald Welte1-1/+1
2009-02-17various CC updates:Harald Welte4-30/+69
2009-02-17* increased debug verbosity for ip.access BIDND_ACK processingHarald Welte2-7/+22
2009-02-17CC: send correct messages (too much copy+paste) and better debug printoutHarald Welte1-14/+16
2009-02-17add parsing for ip.access vendor specific NM messagesHarald Welte2-4/+87
2009-02-17add bits and pieces of documentationHarald Welte3-0/+228
2009-02-17slightly more complete GSM 04.08 CC, we can nowHarald Welte3-37/+118
2009-02-17switch paging code to use a timer again, since not all BTS send reliable CCCH...Harald Welte3-7/+25
2009-02-16forgot the header files in last commit. sigh.Harald Welte3-2/+26
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte4-9/+186
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 Welte6-74/+65
2009-02-16* introduce TLV parser definitions for RSL IE'sHarald Welte3-0/+242
2009-02-16introduce msgb_l2len() functionHarald Welte1-0/+5
2009-02-16[sms] Send a notification on incoming SMSHolger Freyther3-2/+35
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 Welte2-7/+8
2009-02-15* use more constants to name the various BTS/TRX/... attributesHarald Welte2-31/+89
2009-02-15support non-123 ARFCN on nonoBTSHarald Welte1-1/+8
2009-02-15* add commond header file for ipaccess protocolHarald Welte3-38/+67
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 Welte5-40/+178
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 Welte3-18/+215
2009-02-15* extend TLV parser to use a list of TLV type descriptionsHarald Welte4-23/+418
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 Freyther4-8/+16
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 Freyther4-2/+133
2009-02-14add tlv_parser code to Makefile.amHarald Welte1-1/+1
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 Welte2-22/+32
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