Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/9453e231840ae364724c46bf624bb867 to your computer and use it in GitHub Desktop.
Save ryantm/9453e231840ae364724c46bf624bb867 to your computer and use it in GitHub Desktop.
/nix/store/z060npi04gyasv23f4v12p2vvcx9dzcf-libosmocore-1.0.1
├── bin
│   ├── osmo-arfcn
│   ├── osmo-auc-gen
│   ├── osmo-config-merge
│   └── osmo-release.sh
├── include
│   ├── osmocom
│   │   ├── codec
│   │   │   ├── codec.h
│   │   │   ├── ecu.h
│   │   │   └── gsm610_bits.h
│   │   ├── coding
│   │   │   ├── gsm0503_coding.h
│   │   │   ├── gsm0503_interleaving.h
│   │   │   ├── gsm0503_mapping.h
│   │   │   ├── gsm0503_parity.h
│   │   │   └── gsm0503_tables.h
│   │   ├── core
│   │   │   ├── application.h
│   │   │   ├── backtrace.h
│   │   │   ├── bit16gen.h
│   │   │   ├── bit32gen.h
│   │   │   ├── bit64gen.h
│   │   │   ├── bitcomp.h
│   │   │   ├── bits.h
│   │   │   ├── bitvec.h
│   │   │   ├── byteswap.h
│   │   │   ├── conv.h
│   │   │   ├── counter.h
│   │   │   ├── crc16gen.h
│   │   │   ├── crc16.h
│   │   │   ├── crc32gen.h
│   │   │   ├── crc64gen.h
│   │   │   ├── crc8gen.h
│   │   │   ├── crcgen.h
│   │   │   ├── defs.h
│   │   │   ├── endian.h
│   │   │   ├── fsm.h
│   │   │   ├── gsmtap.h
│   │   │   ├── gsmtap_util.h
│   │   │   ├── isdnhdlc.h
│   │   │   ├── linuxlist.h
│   │   │   ├── linuxrbtree.h
│   │   │   ├── logging.h
│   │   │   ├── loggingrb.h
│   │   │   ├── macaddr.h
│   │   │   ├── msgb.h
│   │   │   ├── msgfile.h
│   │   │   ├── panic.h
│   │   │   ├── plugin.h
│   │   │   ├── prbs.h
│   │   │   ├── prim.h
│   │   │   ├── process.h
│   │   │   ├── rate_ctr.h
│   │   │   ├── select.h
│   │   │   ├── sercomm.h
│   │   │   ├── serial.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── statistics.h
│   │   │   ├── stat_item.h
│   │   │   ├── stats.h
│   │   │   ├── strrb.h
│   │   │   ├── talloc.h
│   │   │   ├── timer_compat.h
│   │   │   ├── timer.h
│   │   │   ├── utils.h
│   │   │   └── write_queue.h
│   │   ├── crypt
│   │   │   ├── auth.h
│   │   │   └── gprs_cipher.h
│   │   ├── ctrl
│   │   │   ├── control_cmd.h
│   │   │   ├── control_if.h
│   │   │   ├── control_vty.h
│   │   │   └── ports.h
│   │   ├── gprs
│   │   │   ├── gprs_bssgp_bss.h
│   │   │   ├── gprs_bssgp.h
│   │   │   ├── gprs_msgb.h
│   │   │   ├── gprs_ns_frgre.h
│   │   │   ├── gprs_ns.h
│   │   │   ├── gprs_rlc.h
│   │   │   └── protocol
│   │   │   ├── gsm_04_60.h
│   │   │   ├── gsm_08_16.h
│   │   │   └── gsm_08_18.h
│   │   ├── gsm
│   │   │   ├── a5.h
│   │   │   ├── abis_nm.h
│   │   │   ├── apn.h
│   │   │   ├── bitvec_gsm.h
│   │   │   ├── bts_features.h
│   │   │   ├── comp128.h
│   │   │   ├── comp128v23.h
│   │   │   ├── gan.h
│   │   │   ├── gsm0341.h
│   │   │   ├── gsm0411_smc.h
│   │   │   ├── gsm0411_smr.h
│   │   │   ├── gsm0411_utils.h
│   │   │   ├── gsm0480.h
│   │   │   ├── gsm0502.h
│   │   │   ├── gsm0503.h
│   │   │   ├── gsm0808.h
│   │   │   ├── gsm0808_utils.h
│   │   │   ├── gsm23003.h
│   │   │   ├── gsm29118.h
│   │   │   ├── gsm29205.h
│   │   │   ├── gsm48_arfcn_range_encode.h
│   │   │   ├── gsm48.h
│   │   │   ├── gsm48_ie.h
│   │   │   ├── gsm48_rest_octets.h
│   │   │   ├── gsm_utils.h
│   │   │   ├── gsup.h
│   │   │   ├── gsup_sms.h
│   │   │   ├── ipa.h
│   │   │   ├── l1sap.h
│   │   │   ├── lapd_core.h
│   │   │   ├── lapdm.h
│   │   │   ├── meas_rep.h
│   │   │   ├── mncc.h
│   │   │   ├── oap_client.h
│   │   │   ├── oap.h
│   │   │   ├── prim.h
│   │   │   ├── protocol
│   │   │   │   ├── gsm_03_40.h
│   │   │   │   ├── gsm_03_41.h
│   │   │   │   ├── gsm_04_08_gprs.h
│   │   │   │   ├── gsm_04_08.h
│   │   │   │   ├── gsm_04_11.h
│   │   │   │   ├── gsm_04_12.h
│   │   │   │   ├── gsm_04_14.h
│   │   │   │   ├── gsm_04_80.h
│   │   │   │   ├── gsm_08_08.h
│   │   │   │   ├── gsm_08_58.h
│   │   │   │   ├── gsm_09_02.h
│   │   │   │   ├── gsm_12_21.h
│   │   │   │   ├── gsm_23_003.h
│   │   │   │   ├── gsm_29_118.h
│   │   │   │   ├── gsm_44_318.h
│   │   │   │   ├── ipaccess.h
│   │   │   │   └── smpp34_osmocom.h
│   │   │   ├── rsl.h
│   │   │   ├── rxlev_stat.h
│   │   │   ├── sysinfo.h
│   │   │   └── tlv.h
│   │   ├── sim
│   │   │   ├── class_tables.h
│   │   │   └── sim.h
│   │   └── vty
│   │   ├── buffer.h
│   │   ├── command.h
│   │   ├── logging.h
│   │   ├── misc.h
│   │   ├── ports.h
│   │   ├── stats.h
│   │   ├── telnet_interface.h
│   │   ├── vector.h
│   │   └── vty.h
│   └── osmo-release.mk
├── lib
│   ├── libosmocodec.la
│   ├── libosmocodec.so -> libosmocodec.so.0.1.1
│   ├── libosmocodec.so.0 -> libosmocodec.so.0.1.1
│   ├── libosmocodec.so.0.1.1
│   ├── libosmocoding.la
│   ├── libosmocoding.so -> libosmocoding.so.0.1.1
│   ├── libosmocoding.so.0 -> libosmocoding.so.0.1.1
│   ├── libosmocoding.so.0.1.1
│   ├── libosmocore.la
│   ├── libosmocore.so -> libosmocore.so.12.0.1
│   ├── libosmocore.so.12 -> libosmocore.so.12.0.1
│   ├── libosmocore.so.12.0.1
│   ├── libosmoctrl.la
│   ├── libosmoctrl.so -> libosmoctrl.so.0.3.0
│   ├── libosmoctrl.so.0 -> libosmoctrl.so.0.3.0
│   ├── libosmoctrl.so.0.3.0
│   ├── libosmogb.la
│   ├── libosmogb.so -> libosmogb.so.6.2.0
│   ├── libosmogb.so.6 -> libosmogb.so.6.2.0
│   ├── libosmogb.so.6.2.0
│   ├── libosmogsm.la
│   ├── libosmogsm.so -> libosmogsm.so.11.0.0
│   ├── libosmogsm.so.11 -> libosmogsm.so.11.0.0
│   ├── libosmogsm.so.11.0.0
│   ├── libosmosim.la
│   ├── libosmosim.so -> libosmosim.so.0.0.2
│   ├── libosmosim.so.0 -> libosmosim.so.0.0.2
│   ├── libosmosim.so.0.0.2
│   ├── libosmovty.la
│   ├── libosmovty.so -> libosmovty.so.4.2.0
│   ├── libosmovty.so.4 -> libosmovty.so.4.2.0
│   ├── libosmovty.so.4.2.0
│   └── pkgconfig
│   ├── libosmocodec.pc
│   ├── libosmocoding.pc
│   ├── libosmocore.pc
│   ├── libosmoctrl.pc
│   ├── libosmogb.pc
│   ├── libosmogsm.pc
│   ├── libosmosim.pc
│   └── libosmovty.pc
└── nix-support
└── propagated-build-inputs
17 directories, 187 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment