Skip to content

Commit

Permalink
Update firmware-revision flags
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkneipp committed Jan 30, 2024
1 parent 30c56ed commit 1a92ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ def Answer_257(self, packet_vars, avps):
avp += self.generate_avp(266, 40, "00000000") #Vendor-Id
avp += self.generate_avp(269, "00", self.ProductName) #Product-Name

avp += self.generate_avp(267, 40, "000027d9") #Firmware-Revision
avp += self.generate_avp(267, "00", "000027d9") #Firmware-Revision
avp += self.generate_avp(265, 40, format(int(10415),"x").zfill(8)) #Supported-Vendor-ID (3GPP)
avp += self.generate_avp(260, 40, "000001024000000c" + format(int(16777251),"x").zfill(8) + "0000010a4000000c000028af") #Vendor-Specific-Application-ID (S6a)
avp += self.generate_avp(265, 40, format(int(10415),"x").zfill(8)) #Supported-Vendor-ID (3GPP)
Expand Down

0 comments on commit 1a92ce5

Please sign in to comment.