aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck1-0/+9
2013-10-08msgb: Add may_alias attribute to struct libgb_msgb_cbJacob Erlbeck1-1/+1
2013-09-16gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck1-0/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-0/+5
2013-09-04misc: Include time.h for time_t on FreeBSDHolger Hans Peter Freyther1-0/+2
2013-09-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther1-0/+32
2013-08-15core: Remove defined() check for OSMO_DEPRECATEJacob Erlbeck1-11/+5
2013-08-14core: Fix-up the OSMO_DEPRECATED for older compilersHolger Hans Peter Freyther1-3/+9
2013-08-14core: Support clang with OSME_DEPRECATEDJacob Erlbeck1-4/+15
2013-08-14core: Move OSMO_DEPRECATED to new core/defs.h fileJacob Erlbeck2-13/+40
2013-08-12sms: Disable deprecated messageJacob Erlbeck1-6/+20
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck1-7/+52
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg1-0/+2