aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2014-12-25db: Extend the test to mark a SMS as delivered and verify itHolger Hans Peter Freyther1-0/+7
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck3-37/+99
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck2-0/+66
2014-12-23gprs: Add gprs_shift_tlv functionJacob Erlbeck1-5/+18
2014-12-23gprs: Move TLV parser functions to gprs_utils.c and rename themJacob Erlbeck4-237/+229
2014-12-10sgsn: Support subscriber based authenticationJacob Erlbeck2-0/+56
2014-12-09nat: Fix copy and paste in the test codeHolger Hans Peter Freyther1-2/+2
2014-12-09sgsn: Add VTY commands to manage subscriber cacheJacob Erlbeck1-0/+16
2014-12-09sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck2-0/+118
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck4-5/+61
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck3-1/+103
2014-12-09msc: Add per subscriber keep_in_ram flagJacob Erlbeck1-0/+16
2014-12-09sgsn: Remove warningsJacob Erlbeck1-3/+0
2014-12-05bsc/test: Add tests for gsm_subscriber baseJacob Erlbeck5-1/+132
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck2-4/+11
2014-12-05ctrl: Allow to query if the OML link is connected or notHolger Hans Peter Freyther1-0/+11
2014-12-05ctrl: Add command to get the current load of a BTSHolger Hans Peter Freyther1-0/+10
2014-12-02sgsn/test: Add test case for unexpected Detach AcceptsJacob Erlbeck2-0/+36
2014-12-02sgsn/test: Don't rely on the actual PRNG sequenceJacob Erlbeck1-1/+9
2014-12-02gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSIJacob Erlbeck2-14/+6
2014-11-21bsc: Add ctrl command to set the TRX ARFCNHolger Hans Peter Freyther1-0/+20
2014-11-21bsc: Allow to generate new system information onlineHolger Hans Peter Freyther1-0/+10
2014-11-21bsc: Allow to set the call-identityHolger Hans Peter Freyther1-0/+20
2014-11-21bsc: Allow to apply configuration for an individual BTSHolger Hans Peter Freyther1-0/+9
2014-11-20mgcp/sdp: Session name must not be empty pick an empty oneHolger Hans Peter Freyther1-0/+7
2014-11-19mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther3-0/+67
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-1/+1
2014-11-14sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck2-0/+196
2014-11-14sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck2-0/+149
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck2-1/+17
2014-11-14sgsn/test: Add VTY tests for the SGSNJacob Erlbeck1-0/+53
2014-11-14sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck1-3/+4
2014-11-14sgsn: Cleanup GMM state transitionsJacob Erlbeck1-5/+1
2014-11-11bsc: Move gsm_network_init function to libbscJacob Erlbeck1-3/+5
2014-11-11sgsn/test: Add test_gmm_attachJacob Erlbeck2-1/+123
2014-11-11sgsn/test: Move message sending to send_0408_messageJacob Erlbeck1-29/+24
2014-11-10bts: Allow to set the LAC through the CTRL interfaceHolger Hans Peter Freyther1-0/+20
2014-11-05gbproxy/test: Extend test_gbproxy_keep_infoJacob Erlbeck2-67/+946
2014-11-05sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck2-0/+40
2014-10-29bsc: Allow to disable sending ping/pong to the MSCHolger Hans Peter Freyther1-0/+42
2014-10-27sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck2-0/+37
2014-10-27sgsn: Only send Detach Accept (MO) if power_off isn't setJacob Erlbeck1-1/+1
2014-10-27sgsn/test: Add test case for Detach Request (MO, power-off = 1)Jacob Erlbeck2-0/+64
2014-10-27sgsn/test: Move MM context allocation into separate functionJacob Erlbeck1-10/+25
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-0/+1
2014-10-27gbproxy: Patch BSSGP P-TMSI in PAGING PS messagesJacob Erlbeck2-4/+85
2014-10-27gbproxy: Fix P-TMSI generation for repeated Attach Accept messagesJacob Erlbeck2-30/+25
2014-10-27gbproxy/test: Add test case for repeated and otherwise bad messagesJacob Erlbeck2-0/+500
2014-10-27gbproxy/test: Add expect_msg checks to test_gbproxy_keep_infoJacob Erlbeck2-16/+117
2014-10-27gbproxy/test: Don't assign a variable within OSMO_ASSERT (Coverity)Jacob Erlbeck1-7/+10