%description: Test that one cannot specify value for parameters in channel interfaces %file: test.ned channelinterface IFooChannel { parameters: string a = "first letter of the alphabet"; } %exitcode: 1 %contains-regex: stderr Cannot specify parameter values within a module interface or channel interface