Currently, we rollover the sar_msg_ref_num at 0xFFFF. We want to make this value configurable, for cases where, for example, AAT want us to roll it over at 0xFF to not affect character space.
@jerith Added a test for that. I looked at the other processors, and they all inherit from default, and they all call the send_short_message function, and none of them overwrite that function.
Currently, we rollover the
sar_msg_ref_num
at0xFFFF
. We want to make this value configurable, for cases where, for example, AAT want us to roll it over at0xFF
to not affect character space.