aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-27[LCR] Integration of RTP support into the LCR interfaceAndreas Eversberg5-48/+758
2009-10-08[bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbersHarald Welte1-2/+2
2009-10-08[abis_nm] print object class/instance for NACKHarald Welte1-2/+8
2009-10-08[abis_nm]: print ip.access SET ATTR [N]ACKHarald Welte1-0/+11
2009-10-08use tx delay timer instead of usleep() in ip.access input driverAndreas Eversberg1-9/+24
2009-10-06[gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the responseHolger Hans Peter Freyther1-2/+2
2009-10-06[gsm0408] Move encryption message creation to gsm_04_08_utils.cHolger Hans Peter Freyther2-24/+25
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben5-18/+17
2009-10-01[ipaccess] Parse Software Activate parametersMike Haben1-3/+25
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther3-2/+9
2009-10-01input/ipaccess: Fix segv caused by use of uninitialized varSylvain Munaut1-1/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther1-39/+90
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther1-3/+3
2009-09-28[paging] Use paging_request_stop to stop all paging requestsHolger Hans Peter Freyther2-11/+4
2009-09-28[paging] Use one of the two reserved LAC to page every BTSHolger Hans Peter Freyther1-1/+1
2009-09-28[gsm0408] Move paging handling to gsm_04_08_utils.cHolger Hans Peter Freyther2-31/+47
2009-09-28[gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.cHolger Hans Peter Freyther2-16/+18
2009-09-28[subscr] subscr_paging_cb is called for expire and successHolger Hans Peter Freyther1-1/+3
2009-09-28[subscr] When paging fails to start, send an expired eventHolger Hans Peter Freyther1-2/+10
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther5-1/+29
2009-09-28[paging] Kill old defines from paging.cHolger Hans Peter Freyther1-3/+0
2009-09-28[paging] Implement paging by IMSI.Holger Hans Peter Freyther1-3/+7
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther6-24/+34
2009-09-27[gsm_04_11] Free transaction on RX_RP_ACK for SMSSylvain Munaut1-1/+2
2009-09-27Merge branch 'master' into encryptionHarald Welte2-9/+12
2009-09-27[abis_rsl] Fix rsl_encryption_cmd L3 length computationSylvain Munaut1-1/+1
2009-09-27[gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm IDSylvain Munaut1-1/+1
2009-09-27[gsm_04_08] Fix gsm48_tx_mm_auth_req implementationSylvain Munaut1-3/+5
2009-09-26non-call related SS (USSD) is not unknown, but unimplementedMike Haben1-2/+3
2009-09-26Use correct capitalization on SQL statementsHarald Welte1-4/+4
2009-08-30add VTY/configfile command for setting encryption (A5) levelHarald Welte1-0/+14
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte2-8/+85
2009-08-28[abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQDHarald Welte1-0/+1
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther3-3/+38
2009-08-20[gsm48] Move parsing of the MI from to gsm_04_08_utils.cHolger Hans Peter Freyther2-63/+62
2009-08-20[paging] Better use ';' for the command...Holger Hans Peter Freyther1-3/+3
2009-08-20[subscr] Change the signature... the gsm_network is in the subscrHolger Hans Peter Freyther1-7/+2
2009-08-20[cleanup] Remove old and dead code from the telnet_interface.cHolger Hans Peter Freyther1-47/+0
2009-08-20[debug] Make the hexdump parameter constHolger Hans Peter Freyther1-1/+1
2009-08-17[bsc] Remove HAR feature to advertize neighbor cellsHolger Hans Peter Freyther1-13/+0
2009-08-17[bsc_init] Create a bsc_init.c that can be used for setting up hings.Holger Hans Peter Freyther3-1077/+1085
2009-08-17[vty] Move layer3+ functionality to vty_interface_layer3.cHolger Hans Peter Freyther3-259/+318
2009-08-17[bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.cHolger Hans Peter Freyther3-282/+318
2009-08-17[msc] Move gsm_04_08.c, mncc and various others to libmscHolger Hans Peter Freyther1-7/+9
2009-08-17[subscr] Split gsm_subscriber.c in BSC and MSC partHolger Hans Peter Freyther3-174/+216
2009-08-17[msc] Introduce a libmsc.a libraryHolger Hans Peter Freyther1-5/+7
2009-08-17actual code running at end of har2009Harald Welte (local)4-5/+94
2009-08-16trigger RRLP position requests after paging succeeded and after subscriber at...Harald Welte (local)3-1/+75
2009-08-16store all APDU's received from the MS in the databaseHarald Welte (local)2-1/+32
2009-08-15add support for APPLICATION INFO RR messagesHarald Welte (local)1-0/+42