You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
jolly/vgcs
osmith/wip-csd
osmith/wip
neels/vgcs
neels/codecs
pespin/test
neels/codecs_tmp
rhizomatica/production
rhizomatica/testing
pespin/foo
keith/LCLS_SIP
neels/codecs_fmtp
msuraev/smpp
keith/sms
laforge/nosql
laforge/sqlite3
keith/sqlite3_no_unixepoch
neels/mncc_codecs3
neels/re-est
neels/a54
neels/msc_vlr_test_a54
keith/lcls2r1
neels/mncc_codecs2
neels/lcls_nonsense
keith/lcls_nonsense
pespin/ipv6
neels/mncc_codecs
neels/1.6.2
neels/vlr_evil_twin1
neels/vtyref
pmaier/callref
osmith/rpm
fairwaves/production
neels/dgsm_and_codecs
neels/unexpected_id_resp
36c3
neels/sms_over_gsup
osmith/fix-python3
neels/dgsm
neels/master
neels/vlr_evil_twin3
cccamp2019
pespin/tmp
pespin/release-1.4.0
neels/ho
pespin/smpp2
pmaier/fixlength
tnt/silent-call
neels/mgw_domain
35c3
neels/35c3
stsp/neighbor_ident
neels/3g_opt_in
neels/log
neels/call_during_call
neels/mncc_path
osmith/move-manuals-to-project-repos
neels/mipsel
neels/cc_timeout
laforge/sgsap
pespin/systemd
pmaier/lac
laforge/gsup
neels/osmo_timer
laforge/ussd
stsp/lu_expire
pespin/fix-smsc-use-after-free
neels/os3062
neels/os2779
neels/os2983
stsp/smpp_store_sms
34c3
neels/dbi_debug
neels/encryption
neels/db_log
news_from_openbsc
lynxis/pre_release
neels/split
aoip
1.10.1
1.10.0
1.9.0
1.8.0
1.6.4
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
fairwaves/0.15.1-fw.4
fairwaves/0.15.1-fw.3
fairwaves/0.15.1-fw.2
fairwaves/0.15.1-fw.1
openbsc/0.15.0
fairwaves/0.14.0-fw.2
fairwaves/0.14.0-fw.1
openbsc/0.14.0
openbsc/0.13.0
openbsc/0.12.0
openbsc/0.11.0
openbsc/0.10.1
openbsc/0.10.0
openbsc/0.9.14-onwaves1
debian/0.9.14-0_jrsantos.2
debian/0.9.14-0_jrsantos.1
openbsc/0.9.16
openbsc/0.9.15
upstream/0.9.14
debian/0.9.13-0_jrsantos.5
debian/0.9.13-0_jrsantos.4
debian/0.9.13-0_jrsantos.3
openbsc/0.9.14
debian/0.9.13-0_jrsantos.2
debian/0.9.13-0_jrsantos.1
openbsc/0.9.13
openbsc/0.9.12
on-waves/0.3.99.21
openbsc/0.9.11
openbsc/0.9.10
openbsc/0.9.9
on-waves/0.3.99.20
openbsc/0.9.8
openbsc/0.9.6
openbsc/0.9.5
openbsc/0.9.4
openbsc/0.9.3
openbsc/0.9.2
openbsc/0.9.1
on-waves/0.3.99.19
on-waves/0.3.99.18
on-waves/0.3.99.17
on-waves/0.3.99.16
on-waves/0.3.99.15
on-waves/0.3.99.14
on-waves/0.3.99.13
on-waves/0.3.99.12
on-waves/0.3.99.11
on-waves/0.3.99.10
on-waves/0.3.99.9
on-waves/0.3.99.8
on-waves/0.3.99.7
on-waves/0.3.99.6
on-waves/0.3.99.5
on-waves/0.3.99.4
on-waves/0.3.99.3
on-waves/0.3.99.2
on-waves/0.3.99.1
on-waves/0.3.99
on-waves/0.3.98.2
on-waves/0.3.98
on-waves/0.3.97
on-waves/0.3.96
on-waves/0.3.95
on-waves/0.3.94
on-waves/0.3.93
on-waves/0.3.92
on-waves/0.3.91
on-waves/0.3.4
on-waves/0.3.3
openbsc/0.9.0
on-waves/0.3.2
on-waves/0.3.1
on-waves/0.3
on-waves/0.2
on-waves/0.1
3G_2016_09
fairwaves/1.6.1-fw.1
neels/os4351
openbsc/0.9.13+deb1
sysmocom/iu_before_collapse
sysmocom/iu_orig_history
upstream/0.9.13
zecke/release/openbsc-0.15.0+z6
${ noResults }
![]() Recently, the ability to run UTRAN without encryption was added, but the config for it was tied to the A5 GERAN encryption configuration. This affected osmo-msc's default behavior of Iu, breaking osmo-msc ttcn3 Iu tests: the ttcn3 test suite sets A5 to 0 (no encryption) but still expects Iu to enable air encryption. Fix this "regression". Add a separate vty config option for UEA encryption, even if it does not provide full granularity to select individual UEA algorithms yet. As a result, Iu default behavior remains to enable encryption regardless of the A5 config. UTRAN encryption can be disabled by the new cfg option "encryption uea 0" alone. Even though the new vty command already allows passing various combinations of the UEA algorithm numbers, only '0' and '1 2' are accepted as valid combinations, to reflect current osmo-msc capabilities. Revert most changes to the msc_vlr test suite in commit "do not force encryption on UTRAN" (I04ecd7a3b1cc603b2e3feb630e8c7c93fc36ccd7): use new net->iu_encryption instead of net->a5_encryption_mask. Adjust/add to test_nodes.vty transcript tests. Related: OS#4144 Change-Id: Ie138f2fcb105533f7bc06a6d2e6deccf6faccc5b |
4 years ago | |
---|---|---|
.. | ||
examples | Install sample cfg file to /etc/osmocom | 5 years ago |
manuals | add 'encryption uea 1 2' cfg / fix ttcn3 iu tests | 4 years ago |
sequence_charts | doc/sequence_charts: fix naming of mncc_fsm to mncc_call | 4 years ago |
Makefile.am | large refactoring: support inter-BSC and inter-MSC Handover | 4 years ago |