I have an existing and functioning OOT block in GNU radio. I am just trying to add an extra parameter to it to increase the block's flexibility.
I have made appropriate modifications in all the .h, .cc files corresponding to the block as well as the .cxx and swig.py. While executing the block, I still get an error saying 'RuntimeError: More keyword list entries (7) than format specifiers (6)' Im unable to find why. Is there an online resource apart from GNU tutorial which can guide me.