aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Merge branch 'fixeria/api' of https://github.com/axilirator/gr-gsm into axili...Piotr Krysik10-4/+239
2017-07-23Closes #290 - the problem with subtracting of timeslot number for timeslots 0...Piotr Krysik1-2/+2
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy8-4/+117
2017-07-21burst_sdcch_subslot_splitter: implement and expose GET/SET APIVadim Yanitskiy2-0/+19
2017-07-21burst_sdcch_subslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+39
2017-07-21burst_fnr_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+41
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+23
2017-07-20Added clock offset measurement in ppm as it is usable for debugging.Piotr Krysik1-0/+1
2017-06-11Changed mask for System Information type 2ter. Closes #281.Piotr Krysik1-1/+1
2017-03-30Added interpretation of SC (start ciphering) field in cmc extractorPiotr Krysik2-3/+11
2017-03-02Fix operator precedence in comparisonsSteve Glass1-5/+5
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik6-83/+155
2017-01-23Ressurected old frequency correction functionPiotr Krysik2-33/+7
2017-01-18Changed frequency estimator to the old one that worked betterPiotr Krysik2-57/+8
2017-01-11Implemented system info collection blockRoman Khassraf3-0/+235
2016-12-29Merge pull request #241 from romankh/cmc-extractorPiotr Krysik3-0/+136
2016-12-04#240: Implemented block for extraction of information from cipher mode comman...Roman Khassraf3-0/+136
2016-11-28#213: Fixes 3-digit MNCRoman Khassraf1-0/+11
2016-11-20Fix for #232 (incorrect facch subtype)Roman Khassraf1-1/+1
2016-10-10Include of grgsm/endian.h allows for make on OSXaurelienduarte1-0/+1
2016-08-30Changed path (flow_control) and name of uplink_downlink_filter to splitterPiotr Krysik3-17/+17
2016-08-29Changed method of frequency estimationPiotr Krysik2-8/+82
2016-08-29Commented out one includePiotr Krysik1-1/+1
2016-08-18Removed call to delete_head_blocking that was removed from new gnu radioPiotr Krysik1-2/+2
2016-08-18TCH/F decoding correction - less wrong messages interpreted as voice framesPiotr Krysik1-2/+2
2016-08-18Little corrections to uplink/downlink filterPiotr Krysik1-2/+0
2016-08-16Added uplink/downlink splitterPiotr Krysik3-0/+121
2016-07-26Merge branch 'master' of https://github.com/m-alizadeh/gr-gsm into m-alizadeh...Piotr Krysik2-103/+134
2016-07-20Don't compute requency offset when freq. correction was triggered during FCCH...Piotr Krysik1-11/+11
2016-07-19 modified: lib/demapping/tch_f_chans_demapper_impl.ccYour Name2-103/+134
2016-07-18Corrected msg_to_tag and controlled resampler's headersPiotr Krysik2-3/+2
2016-07-18Removed blocks related to old frequency correction loop (controlled const sou...Piotr Krysik3-140/+0
2016-07-17Changed clock offset controller and company in order to remove from the gsm_i...Piotr Krysik4-35/+42
2016-07-15Changes in the buildsystem for new blocksPiotr Krysik1-1/+1
2016-07-15Removed unneeded prints from controlled resamplerPiotr Krysik1-16/+0
2016-07-15Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into develo...Piotr Krysik3-27/+29
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik2-47/+66
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik7-42/+123
2016-07-14Simplified uplink fix for the dehopperPiotr Krysik1-12/+2
2016-07-13Merge uplink fix from 'm-alizadeh-master' into developmentPiotr Krysik1-1/+13
2016-07-12Dehopping for Uplink channels has been added.Your Name1-1/+13
2016-07-04Added a controlled fractional resamplerPiotr Krysik2-0/+237
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik2-5/+5
2016-06-29Added voice output, removed saving to file from inside the decoder - now it s...Piotr Krysik2-22/+22
2016-05-29Added msg_to_tag block - currently it does nothingPiotr Krysik3-0/+131
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be mo...Piotr Krysik1-1/+1
2016-05-22Corrected setting of header fields in the universal demapperPiotr Krysik1-16/+21
2016-05-21Added check of sizes of vectors passed to universal demapper blockPiotr Krysik1-0/+10
2016-05-20Big change of the universal control channels demapper:Piotr Krysik2-235/+96
2016-05-14Merged uplink-decoding branch (with complete support for control channels dec...Piotr Krysik6-95/+259