check string length
parent
65b634bf18
commit
f4585506f5
|
@ -27,6 +27,8 @@ parameters:
|
||||||
|
|
||||||
asserts:
|
asserts:
|
||||||
- ${ type < 65536 }
|
- ${ type < 65536 }
|
||||||
|
- ${ len(dst_id) < 10 }
|
||||||
|
- ${ len(src_id) < 10 }
|
||||||
templates:
|
templates:
|
||||||
imports: from gnuradio import m17
|
imports: from gnuradio import m17
|
||||||
make: m17.m17_coder(${src_id},${dst_id},${type},${meta},${debug})
|
make: m17.m17_coder(${src_id},${dst_id},${type},${meta},${debug})
|
||||||
|
|
Loading…
Reference in New Issue