Attention is currently required from: pespin.
1 comment:
File src/libosmo-pfcp/gen__pfcp_ies_auto.c:
Patch Set #1, Line 42: .dec_enc = "32be",
we should have enums for this imho.
gen works such that this "32be" string genereates function calls to "myproto_dec_32be()" and "myproto_enc_32be()". It is up to the individual protocol to implement these in a myproto_ies_custom.c, an enum is not applicable here.
To view, visit change 27222. To unsubscribe, or for help writing mail filters, visit settings.