Project

General

Profile

Actions

Bug #6383

closed

pysim shell: edit_decoded EF.ePDGId is missing the epdg address

Added by lynxis 2 months ago. Updated 2 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
03/01/2024
Due date:
% Done:

0%

Spec Reference:

Description

I'm trying to edit the EF.ePDGId:

select ADF.USIM
select EF.ePDGId
edit_binary_decoded
# before edit, because file is "empty" 
change to
{
    "e_pdg_id": {
        "type_of_ePDG_address": 255,
        "ePDG_address": null
    }
}

{
    "e_pdg_id": {
        "type_of_ePDG_address": 0,
        "ePDG_address": "epdg.osmocom.org" 
    }
}

Results into 800100.
The domain is completely missing.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)