comparison rvinterf/asyncshell/tchcmd.c @ 900:8171c5c0d804

rvinterf tree: definitions for new version of TCH tap feature
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Dec 2022 03:01:41 +0000
parents d43d82cbfb85
children 2e6764022292
comparison
equal deleted inserted replaced
899:a1065c17429c 900:8171c5c0d804
112 case TCH_ULBITS_CONF: 112 case TCH_ULBITS_CONF:
113 if (rvi_msg_len != 3) 113 if (rvi_msg_len != 3)
114 goto inv; 114 goto inv;
115 tch_ulbits_conf(); 115 tch_ulbits_conf();
116 return; 116 return;
117 case TCH_DLBITS_IND: 117 case TCH_DLBITS_OLD_IND:
118 if (rvi_msg_len != 43) 118 if (rvi_msg_len != 43)
119 goto inv; 119 goto inv;
120 tch_dlbits_handler(); 120 tch_dlbits_old_handler();
121 return; 121 return;
122 default: 122 default:
123 goto inv; 123 goto inv;
124 } 124 }
125 } 125 }