aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther7-32/+14
2009-02-19implement dynamic TRAU frame mappingHarald Welte2-25/+51
2009-02-19use new gsm_ts_name() funciton from debug statemens everywhereHarald Welte2-44/+52
2009-02-19add debug statement when setting up trau mappingHarald Welte1-0/+5
2009-02-19add gst_ts_name() function to obtain human-readable channel nameHarald Welte2-0/+11
2009-02-19don't pass subchannel data to the TRAU decoder if we're not synchronized yetHarald Welte2-1/+8
2009-02-19trau mux updatesHarald Welte2-0/+18
2009-02-19we need tlv_parse.c in bs11_config nowHarald Welte1-1/+1
2009-02-19bs11_config: makes sure we disconnect properly before exitingHarald Welte2-2/+13
2009-02-19restructure and enhance bs11_configHarald Welte1-26/+186
2009-02-19add various BS11 management related abis_nm functionsHarald Welte2-2/+95
2009-02-18* support BS11 specific IE types in abis_nmHarald Welte3-34/+67
2009-02-18* make sure we use the correct GSM48 encoding typeHarald Welte1-2/+3
2009-02-18fix the parsing of the 'normal' availability statusHarald Welte1-1/+6
2009-02-18CONNECT TERRESTRIAL TRAFFIC needs to be in the CHANNEL object class in order ...Harald Welte1-1/+5
2009-02-18"the big fix", of the E1 subchannel [de]multiplexer. I don't even remember howHarald Welte2-55/+29
2009-02-18write 160byte to one E1 TS at any given time, since that is one TRAU Frame (4...Harald Welte1-1/+1
2009-02-18use official TCH/F for initial channel modes rather than BS-11 specific 0x09Harald Welte1-7/+7
2009-02-18if TRAU frame decoding doesn't work, we don't need to even try to re-encode a...Harald Welte1-1/+6
2009-02-18* ensure TCH/F are activated signalling-onlyHarald Welte2-4/+51
2009-02-18#defines for GSM48 channel modesHarald Welte1-0/+9
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