aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-20[gsm48] Move parsing of the MI from to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+2
2009-08-20[subscr] Change the signature... the gsm_network is in the subscrHolger Hans Peter Freyther1-2/+1
2009-08-20[debug] Make the hexdump parameter constHolger Hans Peter Freyther1-1/+1
2009-08-17[bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+7
2009-08-16store all APDU's received from the MS in the databaseHarald Welte (local)1-0/+5
2009-08-15add support for APPLICATION INFO RR messagesHarald Welte (local)1-0/+2
2009-08-15provide return code from paging_request() functionHarald Welte1-2/+2
2009-08-14add 'show subscriber cache' vty command to debug subscriber refcount leaksHarald Welte (local)1-0/+1
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)3-2/+3
2009-08-13remove FIRST_CONTACT signal, the subscriber flag is sufficientHarald Welte (local)1-1/+0
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-0/+2
2009-08-12add functions to send AUTH REQ and REJECTHarald Welte1-0/+2
2009-08-12fix problems with tmsi uniqueness in the subscriber tableJan Luebbe1-0/+1
2009-08-12allocate an extension when creating the subscriberJan Luebbe1-0/+3
2009-08-12token support in the DBJan Luebbe1-0/+1
2009-08-12flag new subscriber structs in memory and send a signalJan Luebbe2-0/+6
2009-08-12implement bts->cell_barred feature, configurable in VTYHarald Welte (local)1-0/+1
2009-08-12add a authorization policy field to the network and VTYHarald Welte (local)1-0/+11
2009-08-10siemens vendor specific message type and IE definitionsHarald Welte1-0/+22
2009-08-10introduce bts->chan_alloc_reverse flagHarald Welte1-0/+4
2009-08-10move chcomb4pchan to public abis_nm_chcomb4pchan() functionHarald Welte1-0/+2
2009-08-10Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-configDaniel Willmann1-1/+9
2009-08-10add new 'is_siemens_bts()' functionHarald Welte1-0/+12