aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test/diameter_codec_SUITE.erl
AgeCommit message (Collapse)Author
2017-09-04Rename field in codec map: dictionary -> app_dictionaryAnders Svensson
To better reflect what the field is: field 'module' is the dictionary module that's calling diameter_gen to decode a list of AVP, while field 'app_dictionary' is the dictionary module defining the message being decoded.
2017-08-03Rename record_decode -> decode_formatAnders Svensson
{record_decode, map} is a bit too quirky.
2017-08-03Add service_opt() record_decodeAnders Svensson
To control whether or not messages and grouped AVPs are decoded to records, in #diameter_packet.msg and #diameter_avp.value respectively. The decode became unnecessary for diameter's needs in parent commit, which decoupled it from the checking of AVP arities.
2017-06-13Adapt test suites to modified encode/decodeAnders Svensson
2017-06-12Add {init,end}_per_suite/1 to codec suiteAnders Svensson
Do nothing, but convenient for adding trace.
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-04Add testcases for diameter_avp decodeAnders Svensson
2013-06-10Trailing whitespace and copyright fixesAnders Svensson
2011-12-16Add codec testcase for decode of unknown AVPsAnders Svensson
2011-09-27Example/dbg/comment fixesAnders Svensson
2011-09-26Minor macro cleanupAnders Svensson
2011-09-26Move appup tests into app suite and use systools for bothAnders Svensson
2011-09-26Add codec suite based on pure ctAnders Svensson