aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-17[telnet] Remove unused variables from the telnet interfaceHolger Hans Peter Freyther1-7/+0
2009-11-17silent call: add header file for function prototypesHarald Welte1-0/+7
2009-11-14Add "silent call" feature to OpenBSCHarald Welte1-0/+14
2009-11-13[OML] fix bugs in BCCH info parser for ip.accessHarald Welte1-1/+1
2009-11-13[ip.access] Parse cell global ID as part of BCCH infoHarald Welte1-1/+10
2009-11-12ip.access: Introduce parser function for BCCH Info test resultHarald Welte1-0/+45
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte1-0/+7
2009-11-07change some identifiers from u_int64_t to unsigned long longHarald Welte1-1/+1
2009-10-30Merge remote branch 'origin/master'Harald Welte1-0/+8
2009-10-29ip.access: Header has a 16bit length in network byte orderSylvain Munaut1-2/+1
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther1-0/+8
2009-10-27misc: Make bitfields unsigned int...Holger Hans Peter Freyther2-5/+5
2009-10-27misc: Fix make distcheck and welcome the two new header files to OpenBSCHolger Hans Peter Freyther1-1/+1
2009-10-27[gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utilsHolger Hans Peter Freyther1-1/+6
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+2
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther1-0/+10
2009-10-26[USSD] various USSD improvementsMike Haben2-7/+10
2009-10-26[USSD] eliminate static global variablesMike Haben1-3/+12
2009-10-26Add USDD code from Mike HabenHarald Welte2-0/+142
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut1-0/+3
2009-10-24[GPRS] Add RSL function for ip.access PDCH activationHarald Welte1-0/+1
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte1-0/+2
2009-10-24[OML] Add support for ip.access SET ATTRIBUTE messageHarald Welte1-0/+3
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte1-0/+17
2009-10-24[TLV] extend TLV parser with support for TvLVHarald Welte1-0/+46
2009-10-22Include e1_input.h for the e1inp_lineHolger Hans Peter Freyther1-0/+2
2009-10-22[rrlp] Fix compiler warningsHolger Hans Peter Freyther1-1/+1
2009-10-22Forward declare methods to fix compiler warningsHolger Hans Peter Freyther2-0/+4
2009-10-21Merge remote branch 'origin/master'Harald Welte2-1/+2
2009-10-21[debug] Use gcc attribute to enable printf checkingHolger Hans Peter Freyther1-1/+1
2009-10-21[msgb] Add msgb_reset to reset an existing msgb* to the initial stateHolger Hans Peter Freyther1-0/+1
2009-10-20[nanoBTS] move nanoBTS initialization completely into state event handlerHarald Welte1-0/+1
2009-10-19[abis_nm] introduce and use abis_nm_ipaccess_rsl_connect()Harald Welte1-0/+2
2009-10-09add ipaccess specific attribute set messageHarald Welte1-0/+3
2009-10-08add availability state abis_nm enumHarald Welte1-0/+10
2009-10-06[gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the responseHolger Hans Peter Freyther1-1/+1
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-4/+2
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther1-0/+4
2009-09-30[ipaccess] Add SCCP/A descriminatorHolger Hans Peter Freyther1-0/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther1-0/+7
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther1-1/+1
2009-09-28[gsm0408] Move paging handling to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+2
2009-09-28[gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+2
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther2-1/+3
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-3/+6
2009-09-27Merge branch 'master' into encryptionHarald Welte1-0/+7
2009-09-27[gsm_04_08] Fix gsm48_tx_mm_auth_req implementationSylvain Munaut1-0/+7
2009-08-30add VTY/configfile command for setting encryption (A5) levelHarald Welte1-0/+1
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte3-0/+11
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther1-1/+2