aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens1-5/+5
2020-09-21gsm_08_16.h: Add missing headerDaniel Willmann1-0/+1
2020-09-20vty: add program specific attributes to VTY commandsVadim Yanitskiy2-1/+32
2020-09-20add osmo_use_count_to_str_c()Neels Hofmeyr1-0/+2
2020-09-18ipaccess.h: Add more enum values and 'official' namesHarald Welte1-14/+23
2020-09-15Gb: add a second NS implementationAlexander Couzens5-1/+173
2020-09-14bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted valuesNeels Hofmeyr1-2/+19
2020-09-14bitXXgen: ensure not reading/storing past valid sizeNeels Hofmeyr1-0/+6
2020-09-07add osmo_sockaddr_local_ip() to determine the local address for a remote.Alexander Couzens1-0/+2
2020-09-02socket: add osmo_sockaddr_cmp()Alexander Couzens1-0/+2
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens1-0/+10
2020-09-02sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the portAlexander Couzens1-0/+1
2020-08-31socket: Add some osmo_sockaddr print helpersPau Espin Pedrol1-0/+3
2020-08-26gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy1-1/+3
2020-08-25l1sap.h: Fix typo in doxygen documentationPau Espin Pedrol1-1/+1
2020-08-25comment: typo in cbsp.hNeels Hofmeyr1-1/+1
2020-08-25comment: mention spec reference in cbsp.[ch]Neels Hofmeyr1-1/+1
2020-08-21Add VTY + CTRL ports for upcoming OsmoSMLCHarald Welte2-0/+2
2020-08-20gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAPHarald Welte1-0/+9
2020-08-15vty/command: cosmetic: drop redundant line breakVadim Yanitskiy1-1/+1
2020-08-10socket.h: introduce osmo_sockaddr to hold v4 and v6 endpointsAlexander Couzens1-2/+11
2020-08-10vty: Introduce support to set cpu-affinity and scheduler policyPau Espin Pedrol3-0/+39
2020-08-06gsm 12.21: add osmocom specific NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-0/+1
2020-08-04Gb/BSSGP: replace hardcoded Tx into NS library by a callbackAlexander Couzens1-0/+3
2020-08-02i460: pass more context to call-back functionsHarald Welte1-3/+7
2020-08-02i460: Add back-pointer from sub-channel to timeslotHarald Welte1-0/+1
2020-08-02i460_mux: add callback to notify empty tx queuePhilipp Maier1-0/+12
2020-07-31gsm_08_58: add missing RSL error cause codesPhilipp Maier1-0/+3
2020-07-28vty: add a define VTY_IPV46_CMD to require a IPv4/6 addressAlexander Couzens1-0/+4
2020-07-28bts_features: add feature BTS_FEAT_IPV6_NSVCAlexander Couzens1-0/+1
2020-07-28gprs_ns_frgre.h: add missing declaration of structsAlexander Couzens1-0/+3
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann1-0/+4
2020-07-17rate_ctr: Add functions to reset rate counter (groups)Daniel Willmann1-0/+3
2020-07-15use_count.h: Fix API doc examplePau Espin Pedrol1-1/+2
2020-07-04gprs_ns.h: add missing prototype gprs_ns_rcvmsg()Alexander Couzens1-0/+5
2020-06-29vty/ports.h: Add VTY port for osmo-e1dHarald Welte1-0/+1
2020-06-26gprs_bssgp: Add bssgp_tx_bvc_reset2()Harald Welte1-0/+1
2020-06-21gsm0808: Add gsm0808_create_common_id()Harald Welte1-0/+3
2020-06-21bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATIONHarald Welte1-0/+1
2020-06-17gsm0502: add TDMA frame number constants and modular arithmeticVadim Yanitskiy1-0/+24
2020-06-16add osmo_mobile_identity APINeels Hofmeyr2-8/+50
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte2-50/+8
2020-06-12add osmo_mobile_identity APINeels Hofmeyr2-8/+50
2020-06-10tlv.h: add msgb_tvl_put() to add a TvLV without the value partNeels Hofmeyr1-0/+45
2020-06-10add gsm23236: MSC pooling: TMSI and NRI utility functionsNeels Hofmeyr2-0/+61
2020-06-08lapd/lapdm: print user-defined string name instead of (dl=%p)Harald Welte2-5/+17
2020-06-08NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2()Harald Welte1-1/+0
2020-06-08NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IPHarald Welte1-0/+2
2020-05-31bts_features: introduce osmo_bts_unset_feature()Vadim Yanitskiy1-0/+6
2020-05-31bts_features: fix: properly check the result of bitvec_get_bit_pos()Vadim Yanitskiy1-1/+1