- The UE width size was doubled, so the entire SVG width must be
changed too
Issue-Id: OAM-256
Change-Id: I5b8fbf22c939a2e5afa99fc73f26a217deb8e9f1
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
def __svg_width(self) -> int:
p = self.configuration()['network']['pattern']
- return (p['smo'] * p['near-rt-ric'] * p['o-cu'] * p['o-du'] * p['fronthaul-gateway'] * p['o-ru'] * p['user-equipment'] + 1) * 2*2*self.FONTSIZE
+ return (p['smo'] * p['near-rt-ric'] * p['o-cu'] * p['o-du'] * p['fronthaul-gateway'] * p['o-ru'] * p['user-equipment'] + 1) * 4*2*self.FONTSIZE
def __svg_height(self) -> int:
return (8 * 11 + 6) * self.FONTSIZE