Commit
1be2e9b7132c529f73b23d78a9b2aba262bb17b8
by laforge
contrib/suci-keytool.py: Convenience tool for SUCI key generation
This adds a small utility program that can be used for generating keys used for SUCI in 5G SA networks, as well as for dumping them in a format that's compatible with what is needed on the USIM.
Commit
2debf5dc4be459ae12e173906e01ca033a5ea79c
by laforge
docs/shell: Fix documentation for eUICC ISD-R specific commands
Back in January 2024 in change 7ba09f9392c8023842a7b5576936cb21ff85c6c0 we migrate dthe commands from 'class ADF_ISDR' to CardApplicationISDR without updating the sphinx-argparse references in the documentation.
Let's fix that, making the syntax reference for those commands re-appear in the documentation.
the testcase EF_ePDGSelection has a wrong testvector in the plmn field. This test vector is accepted because there is a complementary error in pyosmocom. However, the root problem got fixed (see depends), which means that the test vector of EF_ePDGSelection now needs to be updated.