Skip to content

Commit 23f4181

Browse files
committed
Use carrier id instead of plmn
1 parent 71bf908 commit 23f4181

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/assets/pnv.wasm

0 Bytes
Binary file not shown.

matcher/pnv/dcql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ MatchCredential(cJSON *credential, cJSON *credential_store)
299299
}
300300
else if (cJSON_Compare(paths, disallow_carriers_paths, cJSON_True) && claim_values != NULL)
301301
{ // If the carrier ID matches any value in the disallow carrier list, then we don't show this option.
302-
cJSON *candidate_carrier_id = cJSON_GetObjectItem(candidate_claims, "carrier_hint");
302+
cJSON *candidate_carrier_id = cJSON_GetObjectItem(candidate_claims, "android_carrier_hint");
303303
cJSON *v;
304304
cJSON_ArrayForEach(v, claim_values)
305305
{

0 commit comments

Comments
 (0)