aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* log: Set the context for paging requests as well.shared/31c3Holger Hans Peter Freyther2014-12-282-0/+12
* db: Begin with some indexes to speed up look-upsHolger Hans Peter Freyther2014-12-281-0/+6
* lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther2014-12-285-9/+24
* sms: Remove the text of delivered SMS when they are sentHolger Hans Peter Freyther2014-12-251-1/+3
* rtp: Remove the "correction" of timestampsHolger Hans Peter Freyther2014-12-251-21/+0
* db: Extend the test to mark a SMS as delivered and verify itHolger Hans Peter Freyther2014-12-251-0/+7
* sgsn: Add a subscriber based authentication phaseJacob Erlbeck2014-12-247-82/+311
* sgsn: Add support for authentication tripletsJacob Erlbeck2014-12-246-1/+189
* sgsn: Be more tolerant with state and SUSPEND/RESUMEJacob Erlbeck2014-12-231-2/+4
* sgsn: Log requested state change in sgsn_auth_updateJacob Erlbeck2014-12-231-2/+5
* openbsc: Ignore generated coverage analysis filesJacob Erlbeck2014-12-231-0/+2
* gprs: Add gprs_shift_tlv functionJacob Erlbeck2014-12-233-9/+42
* gprs: Move TLV parser functions to gprs_utils.c and rename themJacob Erlbeck2014-12-237-381/+384
* sgsn: Add missing LF in log messageJacob Erlbeck2014-12-231-1/+1
* ho: Copy the multirate config to the new lchanHolger Hans Peter Freyther2014-12-181-0/+1
* ho: Make sure the timer is always stoppedHolger Hans Peter Freyther2014-12-171-14/+16
* bts: When one link drops.. check what needs to be droppedHolger Hans Peter Freyther2014-12-173-1/+18
* bts: Add some simple dependency between different BTSHolger Hans Peter Freyther2014-12-175-0/+136
* bts: Remove unused fields from the trx structureHolger Hans Peter Freyther2014-12-101-10/+0
* sgsn: Support subscriber based authenticationJacob Erlbeck2014-12-105-5/+70
* sgsn: Integrate Auth & Ciph into gsm48_gmm_authorizeJacob Erlbeck2014-12-103-1/+29
* sgsn: Do not 'commit' implicitely when executing 'insert'Jacob Erlbeck2014-12-101-2/+0
* nat: Fix copy and paste in the test codeHolger Hans Peter Freyther2014-12-091-2/+2
* sgsn: Put SGSN related subscriber data into separate structJacob Erlbeck2014-12-094-12/+26
* sgsn: Add VTY commands to manage subscriber cacheJacob Erlbeck2014-12-092-0/+159
* sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck2014-12-095-1/+150
* sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck2014-12-098-13/+120
* sgsn: Add gprs_subscriber.cJacob Erlbeck2014-12-099-7/+267
* msc: Add per subscriber keep_in_ram flagJacob Erlbeck2014-12-093-1/+22
* sgsn: Remove warningsJacob Erlbeck2014-12-091-3/+0
* msc: Add net parameter to trans_allocJacob Erlbeck2014-12-094-7/+11
* sgsn: Do authentication based on SRES valuesJacob Erlbeck2014-12-082-2/+33
* sgsn: Change Auth&Ciph timer handlingJacob Erlbeck2014-12-083-6/+18
* sgsn: Fix and enable auth/ciph message generationJacob Erlbeck2014-12-081-5/+2
* bsc/test: Add tests for gsm_subscriber baseJacob Erlbeck2014-12-057-1/+134
* msc: Add and use gsm_subscriber_groupJacob Erlbeck2014-12-0524-93/+128
* msc: Don't use the subscriber to access the net objectJacob Erlbeck2014-12-054-13/+13
* msc: Add net back pointer to gsm_transJacob Erlbeck2014-12-053-33/+38
* ctrl: Allow to query if the OML link is connected or notHolger Hans Peter Freyther2014-12-052-0/+38
* ctrl: Add command to get the current load of a BTSHolger Hans Peter Freyther2014-12-052-0/+63
* sgsn/test: Add test case for unexpected Detach AcceptsJacob Erlbeck2014-12-022-0/+36
* sgsn/test: Don't rely on the actual PRNG sequenceJacob Erlbeck2014-12-021-1/+9
* gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSIJacob Erlbeck2014-12-023-21/+29
* bsc: Add ctrl command to set the TRX ARFCNHolger Hans Peter Freyther2014-11-212-0/+23
* bsc: Allow to generate new system information onlineHolger Hans Peter Freyther2014-11-214-2/+49
* bts: Store the bcch_change_mark in the bts structureHolger Hans Peter Freyther2014-11-213-1/+8
* bsc: Allow to set the call-identityHolger Hans Peter Freyther2014-11-212-0/+22
* bsc: Allow to apply configuration for an individual BTSHolger Hans Peter Freyther2014-11-212-2/+39
* mgcp/sdp: Session name must not be empty pick an empty oneHolger Hans Peter Freyther2014-11-202-0/+8
* mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther2014-11-196-1/+121