Skip to content
Success

Changes

Summary

  1. rebar.config: Update rebar3_diameter_compiler from 0.8.0 to v0.8.1 (details)
  2. dia/diameter_3gpp_ts29_173.dia: Fix trailing whitespace (details)
  3. dia/diameter_3gpp_ts29_273.dia: Fix trailing whitespace (details)
  4. dia/diameter_3gpp_ts29_229.dia: inherit only Line-Identifier (details)
Commit a0d54d5077e8aa0485d4bd26dade240db9eb3aa3 by Pau Espin Pedrol
rebar.config: Update rebar3_diameter_compiler from 0.8.0 to v0.8.1

There's a new patch release of rebar3_diameter_compiler with multiple
fixes and improvements, use it.

Change-Id: Ic67581435a06052b0e3159172a2324dd1c1e58fc
The file was modifiedrebar.config
Commit cb836b6826b2a3bd55968f5730381ebbbae7823b by Pau Espin Pedrol
dia/diameter_3gpp_ts29_173.dia: Fix trailing whitespace

Change-Id: I0d0573176e2a9d25c19e98d2565cfa0b2bedc851
The file was modifieddia/diameter_3gpp_ts29_173.dia
Commit 9e8898d5fa0d4a640fc93d7caef37d1b26a69064 by Pau Espin Pedrol
dia/diameter_3gpp_ts29_273.dia: Fix trailing whitespace

Change-Id: I94b6bab39936002479e2841ef6c88731b38570b9
The file was modifieddia/diameter_3gpp_ts29_273.dia
Commit 7d6c97f5e37fbf3c2a70517fce9fb4539bde8be5 by Pau Espin Pedrol
dia/diameter_3gpp_ts29_229.dia: inherit only Line-Identifier

That's the only type being used, and skip inheriting other types
avoids inherit problem below:

ETSI ES 283 035  has an AVP (vendor=ETSI) with same name "Event-Type" but
different content (enumerated) and vendor (ETSI) than the one in 3GPP TS
32.299 (grouped, vendor 3GPP).

When trying to inherit one from the other (through indirect TS 29.229),
diameter compiler fails with:
diameter_3gpp_ts32_299.dia failed: AVP Event-Type imported by @inherits diameter_etsi_es283_035 at line 0 defined at line 143

Change-Id: Iece0c768eb2dbb429726796a73274fd476cd1d0b
The file was modifieddia/diameter_3gpp_ts29_229.dia