diff --git a/README b/README index a78c916..d10c245 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ While primarily being developed for the OsmoSDR hardware, this block as well supports: * FunCube Dongle through libgnuradio-fcd - * OSMOCOM OsmoSDR Devices through libosmosdr + * sysmocom OsmoSDR Devices through libosmosdr * Great Scott Gadgets HackRF through libhackrf * Ettus USRP Devices through Ettus UHD library * RTL2832U based DVB-T dongles through librtlsdr @@ -39,5 +39,5 @@ make sudo make install sudo ldconfig -NOTE: The OSMOCOM block will appear under 'Sources' and 'Sinks' categories +NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories in GRC menu. diff --git a/apps/osmocom_fft b/apps/osmocom_fft index b4ad1c9..fadc337 100755 --- a/apps/osmocom_fft +++ b/apps/osmocom_fft @@ -474,7 +474,7 @@ class app_top_block(stdgui2.std_top_block, pubsub): print "Set frequency correction to:", ppm def main (): - app = stdgui2.stdapp(app_top_block, "OSMOCOM Spectrum Browser", nstatus=1) + app = stdgui2.stdapp(app_top_block, "osmocom Spectrum Browser", nstatus=1) app.MainLoop() if __name__ == '__main__': diff --git a/apps/osmocom_siggen b/apps/osmocom_siggen index 7e7f3d0..7c65d69 100755 --- a/apps/osmocom_siggen +++ b/apps/osmocom_siggen @@ -347,7 +347,7 @@ def main(): gui=app_gui, # User interface class options=options, # Command line options args=args, # Command line args - title="OSMOCOM Signal Generator", # Top window title + title="osmocom Signal Generator", # Top window title nstatus=1, # Number of status lines start=True, # Whether to start flowgraph realtime=True) # Whether to set realtime priority