Attention is currently required from: fixeria, laforge, lynxis lazus.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36262?usp=email )
Change subject: Implement RTR Deregistration-Reason PERMANENT_TERMINATION ......................................................................
Patch Set 2:
(1 comment)
File src/aaa_diameter_swx_cb.erl:
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36262/comment/e481039a_4633e... PS2, Line 85: #'Deregistration-Reason'{'Reason-Code' = ?'REASON-CODE_PERMANENT_TERMINATION'} -> src/aaa_diameter_swx_cb.erl:85:59: undefined macro 'REASON-CODE_PERMANENT_TERMINATION'
Weird, the macro is generated in my laptop when I build, but apparently not in the .hrl present/generated in jenkins:
include/diameter_3gpp_ts29_273_swx.hrl 2349:-ifndef('REASON-CODE_PERMANENT_TERMINATION'). 2350:-define('REASON-CODE_PERMANENT_TERMINATION', 0).
Probably older OTP version which some diameter bug which has already been fixed in mine.