P1sec / pycrate

A Python library to ease the development of encoders and decoders for various protocols and file formats; contains ASN.1 and CSN.1 compilers.
GNU Lesser General Public License v2.1
385 stars 129 forks source link

Fix missing comma in SERVER_GNB definition #79

Closed KenWhitesell closed 4 years ago

KenWhitesell commented 4 years ago

There's a comma missing on the IP key in the SERVER_GNB dictionary definition causing an error to be displayed in the setup process.

p1-bmu commented 4 years ago

Thanks for the fix.