From: Benjamin Diaz Date: Tue, 9 Oct 2018 14:38:51 +0000 (-0300) Subject: Removes filter param from osm-common function calls X-Git-Tag: v5.0.0~34 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=cf507461d5f0d7e0121ef734d4ff70d40d6c61ec;hp=cf507461d5f0d7e0121ef734d4ff70d40d6c61ec;p=osm%2FMON.git Removes filter param from osm-common function calls The filter argument was replaced to q_filter. Instead of renaming the keyword arg, now functions are called using only positional args. Signed-off-by: Benjamin Diaz ---