Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/32406 )
Change subject: ts_51_011: fix EF_ServiceTable: use self for static method ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Using class name to access own methods breaks inheritance: if you define a child class and redefine […]
inheritance in a static method? I'm not an OOP expert but that doesn't make much sense imho, since the inheritance is applied on the object instance, which doesn't really exist in an static method....
I'm not hard blocking this change but I have the feeling it goes into the wrong direction. Opinions from others are welcome.