aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-03-09[misc] Fix compile warnings...Holger Freyther2-2/+9
2009-02-28introduce new 'mode' parameter to RSL ACTIVATE CHANNELHarald Welte1-1/+1
2009-02-28* more RSL and 04.08 constant definesHarald Welte2-0/+16
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte1-0/+3
2009-02-28make hexdump return a 'char *' rather than printing by itselfHarald Welte1-1/+1
2009-02-23[sms] Add test case for the 7-bit coding/decoding...Holger Freyther1-1/+1
2009-02-23[misc] Fix make distcheck again...Holger Freyther1-1/+1
2009-02-22fix paging response parsing for phase1 phones (classmar2 can be less than 4 b...Harald Welte1-10/+0
2009-02-22* location updating typesHarald Welte1-0/+13
2009-02-21add missing SET BS11 ATTRIBUTE NACK MTHarald Welte1-0/+1
2009-02-21* set OML TEI and E1 timeslot in one commandHarald Welte1-3/+2
2009-02-21fix various compiler warnings while building bs11_configHarald Welte1-0/+8
2009-02-21tlv_parser now operates on 'const' input bufferHarald Welte1-2/+3
2009-02-20[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against itHolger Freyther1-1/+1
2009-02-19add gst_ts_name() function to obtain human-readable channel nameHarald Welte1-0/+1
2009-02-19don't pass subchannel data to the TRAU decoder if we're not synchronized yetHarald Welte1-0/+3
2009-02-19trau mux updatesHarald Welte1-0/+2
2009-02-19add various BS11 management related abis_nm functionsHarald Welte1-0/+5
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