Message updates and major project changes should be documented here.
- SR value "prefix_sid" was previous configured with "omitempty" json tag option, this option is now removed. A valid SID index of 0 is now explicit in the json output.
- unresv_bw_kbps data structure was appending a slice, leaving initial 0 values and growing beyond the expected length. Updated function to index the slice to overwrite initial values and keep the expected length. #215