X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-gsm-fr-vocoder%2Fsrc%2Flib%2Fgsm_fr_decode_ps.h;h=8002c2ce3cb70ce05c7cb99048719fc0bd3b5387;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=e0a834ce1b72dc8fe99e56cf3d0096c07b2ecd11;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gr-gsm-fr-vocoder/src/lib/gsm_fr_decode_ps.h b/gr-gsm-fr-vocoder/src/lib/gsm_fr_decode_ps.h index e0a834ce..8002c2ce 100644 --- a/gr-gsm-fr-vocoder/src/lib/gsm_fr_decode_ps.h +++ b/gr-gsm-fr-vocoder/src/lib/gsm_fr_decode_ps.h @@ -6,7 +6,7 @@ * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * GNU Radio is distributed in the hope that it will be useful, @@ -31,6 +31,7 @@ gsm_fr_decode_ps_sptr gsm_fr_make_decode_ps (); /*! * \brief GSM 06.10 Full Rate Vocoder Decoder + * \ingroup vocoder_blk */ class gsm_fr_decode_ps : public gr_sync_interpolator { struct gsm_state *d_gsm;