aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-01meas_vis: Add header and print TA + TO valuesHarald Welte1-9/+23
2015-01-01meas_vis: assign bar colors depending on level, display RxQualHarald Welte1-4/+53
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte6-3/+457
2015-01-01smscb: Prepare to fill in the info for CBCH in SI4Holger Hans Peter Freyther2-3/+3
2015-01-01chan_alloc: remove ts_alloc() and ts_free()Harald Welte1-106/+1
2015-01-01convert away from deprecated gsm_7bit_{encode,decode}() functionsHarald Welte2-3/+4
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte4-5/+9
2015-01-01rtp_proxy: Remove dead codeHarald Welte1-15/+0
2015-01-01chan_alloc: Fix missing break statementHarald Welte1-0/+1
2015-01-01chan_alloc.c: Don't remove SDCCH/8 without CBCHHarald Welte1-0/+1
2014-12-30libbsc/system_information.c: Fix off-by-one error in si4 generation with CBCH...Daniel Willmann1-3/+3
2014-12-30move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-btsHarald Welte2-22/+22
2014-12-30Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte5-17/+127
2014-12-25rtp: Remove the "correction" of timestampsHolger Hans Peter Freyther1-21/+0
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck3-42/+200
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck3-1/+119
2014-12-23sgsn: Be more tolerant with state and SUSPEND/RESUMEJacob Erlbeck1-2/+4
2014-12-23sgsn: Log requested state change in sgsn_auth_updateJacob Erlbeck1-2/+5
2014-12-23gprs: Add gprs_shift_tlv functionJacob Erlbeck1-4/+22
2014-12-23gprs: Move TLV parser functions to gprs_utils.c and rename themJacob Erlbeck2-144/+145
2014-12-23sgsn: Add missing LF in log messageJacob Erlbeck1-1/+1
2014-12-18ho: Copy the multirate config to the new lchanHolger Hans Peter Freyther1-0/+1
2014-12-17ho: Make sure the timer is always stoppedHolger Hans Peter Freyther1-14/+16
2014-12-17bts: When one link drops.. check what needs to be droppedHolger Hans Peter Freyther2-1/+17
2014-12-17bts: Add some simple dependency between different BTSHolger Hans Peter Freyther3-0/+128
2014-12-10sgsn: Support subscriber based authenticationJacob Erlbeck2-3/+12
2014-12-10sgsn: Integrate Auth & Ciph into gsm48_gmm_authorizeJacob Erlbeck1-1/+27
2014-12-10sgsn: Do not 'commit' implicitely when executing 'insert'Jacob Erlbeck1-2/+0
2014-12-09sgsn: Put SGSN related subscriber data into separate structJacob Erlbeck2-11/+23
2014-12-09sgsn: Add VTY commands to manage subscriber cacheJacob Erlbeck1-0/+143
2014-12-09sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck2-1/+31
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck3-7/+57
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck4-5/+147
2014-12-09msc: Add per subscriber keep_in_ram flagJacob Erlbeck1-1/+3
2014-12-09msc: Add net parameter to trans_allocJacob Erlbeck3-6/+9
2014-12-08sgsn: Do authentication based on SRES valuesJacob Erlbeck1-2/+32
2014-12-08sgsn: Change Auth&Ciph timer handlingJacob Erlbeck2-5/+14
2014-12-08sgsn: Fix and enable auth/ciph message generationJacob Erlbeck1-5/+2
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck20-77/+98
2014-12-05msc: Don't use the subscriber to access the net objectJacob Erlbeck3-11/+11
2014-12-05msc: Add net back pointer to gsm_transJacob Erlbeck2-33/+35
2014-12-05ctrl: Allow to query if the OML link is connected or notHolger Hans Peter Freyther1-0/+27
2014-12-05ctrl: Add command to get the current load of a BTSHolger Hans Peter Freyther1-0/+53
2014-12-02gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSIJacob Erlbeck1-7/+23
2014-11-21bsc: Add ctrl command to set the TRX ARFCNHolger Hans Peter Freyther1-0/+3
2014-11-21bsc: Allow to generate new system information onlineHolger Hans Peter Freyther2-2/+38
2014-11-21bts: Store the bcch_change_mark in the bts structureHolger Hans Peter Freyther2-0/+6
2014-11-21bsc: Allow to set the call-identityHolger Hans Peter Freyther1-0/+2
2014-11-21bsc: Allow to apply configuration for an individual BTSHolger Hans Peter Freyther1-2/+30
2014-11-20mgcp/sdp: Session name must not be empty pick an empty oneHolger Hans Peter Freyther1-0/+1