aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-28log: Set the context for paging requests as well.shared/31c3Holger Hans Peter Freyther2-0/+12
2014-12-28db: Begin with some indexes to speed up look-upsHolger Hans Peter Freyther1-0/+6
2014-12-28lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther3-9/+22
2014-12-25sms: Remove the text of delivered SMS when they are sentHolger Hans Peter Freyther1-1/+3
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
2014-11-19mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther2-1/+53
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck4-11/+10
2014-11-14sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck3-19/+27
2014-11-14sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck1-4/+10
2014-11-14sgsn: Don't send XID reset after Detach AcceptJacob Erlbeck1-2/+2
2014-11-14sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck1-9/+49
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck3-16/+41
2014-11-14sgsn: Make authorization asynchronousJacob Erlbeck3-18/+141
2014-11-14sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck1-13/+22