aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-0/+16
2014-08-24gsm48.h: define the reserved TMSI in libosmocore, not openbscHarald Welte1-0/+3
2014-08-24add port number 4238 for BTS control interfaceHarald Welte2-0/+2
2014-08-24libctrl: Add support for 'deferred control commands'Harald Welte1-0/+15
2014-08-21Convert recently-introduced header files to #pragma onceHarald Welte3-13/+3
2014-08-21New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interfaceHarald Welte1-0/+7
2014-08-21rename controlif_setup() to ctrl_interface_setup()Harald Welte1-2/+2
2014-08-21libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte1-4/+7
2014-08-21libctrl: remove 'struct gsm_network' referencesHarald Welte1-5/+2
2014-08-21libctrl: remove bsc-specific declarationHarald Welte1-1/+0
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte1-1/+2
2014-08-21libctrl: remove reference to bsc_replace_string()Harald Welte2-1/+8
2014-08-21libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2-4/+5
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte2-0/+208
2014-08-21new <osmocom/vty/ports.h> file listing VTY tcp portsHarald Welte1-0/+14
2014-08-20ipa: rename functions for consistencyHarald Welte1-12/+12
2014-08-20import various generic IPA related functions from libosmo-abisHarald Welte1-0/+62
2014-08-18Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte1-0/+1
2014-08-18osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte1-0/+6
2014-08-18TLV: add TLVP_PRES_LEN() definition to check for existance + minimum lengthHarald Welte1-0/+3
2014-08-18ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router ControlHarald Welte1-0/+1
2014-08-17abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte1-0/+1
2014-08-17abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte1-0/+3
2014-06-21update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte1-2/+2
2014-06-21update gsm_08_08.h to Release 11Harald Welte1-1/+119
2014-06-16core/bitXXgen: Don't do 'return' in functions returning voidSylvain Munaut1-2/+2
2014-06-16core/bitXXgen: Use explicit cast of void* to uint8_tSylvain Munaut1-4/+6
2014-06-16gsm: Add Kasumi cipher implementationSylvain Munaut1-0/+48
2014-06-16bits: Add left circular shift functionMax1-0/+10
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax3-10/+121
2014-06-16include: Switch to #pragma once patternSylvain Munaut84-335/+84
2014-06-15gsmtap: add LTE defines to GSMTAP v2Max1-1/+10
2014-05-20abis_nm: Add the abis_nm_osmo_att_tlvdef to the abis headerÁlvaro Neira Ayuso1-0/+1
2014-05-19Fix introducing osmocom speficic OML attributesHarald Welte1-1/+3
2014-05-15protocol/gsm_12_21.h: Add the Manufacturer Attribute ID O_REDUCEPOWER.Álvaro Neira Ayuso1-0/+2
2014-03-26src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso1-0/+6
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann1-0/+1
2014-03-26lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann1-0/+2
2014-03-12sms: Fix typo in a macros name: GSM340_SMS_RESSERVED -> GSM340_SMS_RESERVED.Alexander Chemeris1-1/+1
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-0/+15
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck1-0/+1
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck1-0/+3
2014-01-02abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther1-1/+1
2013-12-07Refactor COMP128v23 implementation and add test suitMax1-2/+2
2013-11-03implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon1-0/+23
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck1-0/+5
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck1-0/+3
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck1-1/+7
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck1-0/+3
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2-0/+15