Attention is currently required from: fixeria, laforge, lynxis lazus.
1 comment:
File src/aaa_diameter_swx_cb.erl:
Patch Set #2, 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.
To view, visit change 36262. To unsubscribe, or for help writing mail filters, visit settings.