FreeCalypso > hg > themwi-system-sw
view libsip/req_supp.h @ 85:70c3c8ebee33
sip-in: handle MNCC RTP bogons from OsmoMSC
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 20 Sep 2022 22:47:53 -0800 |
parents | dec31b1a8b96 |
children |
line wrap: on
line source
/* * Data structure for parsing Require and Supported header fields */ struct supported_ext { char *name; int *req_flag; int *sup_flag; };