summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15layer23: Update to libosmocore osmo_auth_gen_vec2Harald Welte1-2/+2
2023-05-26subscriber: Fix condition to print PTMSI signaturePau Espin Pedrol1-1/+1
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for testcard backendPau Espin Pedrol1-5/+77
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for simcard backendPau Espin Pedrol1-5/+145
2023-05-22layer23: Define sim_pin_required field as boolPau Espin Pedrol1-4/+4
2023-05-22layer23: Define (r)plmn_valid field as boolPau Espin Pedrol1-1/+1
2023-05-22layer23: Define always_search_hplmn field as boolPau Espin Pedrol1-1/+1
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol1-92/+61
2023-05-19layer23: subscriber: Move generic APIs to the top sectionPau Espin Pedrol1-191/+192
2023-05-19layer23: split subscr_write_plmn_na() internally per-backendPau Espin Pedrol1-5/+26
2023-05-19layer23: subscriber: Split gsm_subscr_sim_pin() internally per-backendPau Espin Pedrol1-8/+30
2023-05-19layer23: subscriber: Split gsm_subscr_write_loci() internally per-backendPau Espin Pedrol1-7/+26
2023-05-19layer23: subscriber: Split gsm_subscr_generate_kc() internally per-backendPau Espin Pedrol1-43/+72
2023-05-19layer23: Generalize subscriber SIM insert APIPau Espin Pedrol1-36/+47
2023-05-19layer23: subscriber: Move generic code to the top out of sim backendPau Espin Pedrol1-45/+37
2023-05-19layer23: subscriber: Move sap specific code inside subscriber.cPau Espin Pedrol1-1/+6
2023-05-19layer23: rework store & pass of test_sim param to gsm_subscr_testcard() APIPau Espin Pedrol1-16/+16
2023-05-19layer23: Migrate sim_ustate to enum + value_stringPau Espin Pedrol1-8/+9
2023-05-19layer23: Move all test_sim settings to its own substructPau Espin Pedrol1-8/+8
2023-05-17Use OSMO_STRLCPY_ARRAY instead of strcpyPau Espin Pedrol1-1/+1
2023-05-17layer23: Define EF.LOCI Location Update Status values with an enumPau Espin Pedrol1-6/+6
2023-04-26layer23: modem: Store P-TMSI independently in subscriberPau Espin Pedrol1-0/+4
2023-04-26layer23: Use OSMO_IMSI_BUF_SIZE from libosmocorePau Espin Pedrol1-1/+1
2023-04-26layer23: Use GSM_RESERVED_TMSI from libosmocore everywherePau Espin Pedrol1-2/+3
2023-04-25layer23: Decouple SIM events from MMR eventsPau Espin Pedrol1-53/+19
2023-04-24layer23: Use libosmocore API to validate IMSI stringPau Espin Pedrol1-19/+3
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol1-15/+15
2023-01-16layer23: Move subscriber.{c,h} under common/Pau Espin Pedrol1-0/+1355