Skip to content

Commit

Permalink
Initialize apnId in parent scope
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkneipp committed Oct 21, 2024
1 parent eeb3967 commit e48101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/diameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,7 @@ def Answer_16777236_265(self, packet_vars, avps):
imsi = None
msisdn = None
identifier = None
apnId = None
try:
serviceUrn = bytes.fromhex(self.get_avp_data(avps, 525)[0]).decode('ascii')
except:
Expand Down

0 comments on commit e48101b

Please sign in to comment.