aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte2-208/+0
2014-08-21ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther1-6/+1
2014-08-21ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther1-13/+10
2014-08-21ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther1-4/+0
2014-08-21ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther1-0/+14
2014-08-21ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck1-0/+3
2014-08-21ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2-3/+10
2014-08-21ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther1-3/+7
2014-08-21ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther1-4/+12
2014-08-21ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther1-0/+1
2014-08-21ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther1-3/+3
2014-08-21ctrl: Work on the cmd->node instead of the data pointer passedHolger Hans Peter Freyther1-9/+9
2014-08-21ctrl: Fix the signature of the string control commandsHolger Hans Peter Freyther1-2/+7
2014-08-21libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann1-1/+0
2014-08-21libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann1-0/+3
2014-08-21libctrl: Add trap helper functionDaniel Willmann1-0/+1
2014-08-21libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann2-2/+9
2014-08-21fix some "implicit declaration" warnings in osmo-nitbAlexander Huemer1-0/+13
2014-08-21libctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+1
2014-08-21libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-8/+8
2014-08-21controlif: declare controlif_setup() in control_cmd.hHarald Welte1-0/+3
2014-08-21libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann1-0/+1
2014-08-21libctrl: Add macros to help define commandsDaniel Willmann1-0/+69
2014-08-21Add libctrl, an SNMP-like control interfaceDaniel Willmann1-0/+81
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte8-635/+0
2012-06-17libgb: separate header files related to spec and implementationHarald Welte6-219/+238
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte1-7/+7
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte1-0/+3
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte1-9/+10
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte1-0/+37
2012-06-17libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte1-2/+15
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte3-0/+7
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte1-1/+13
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte4-1/+33
2012-06-16split libgb into a separate library for outside useHarald Welte4-0/+5
2012-03-02misc: Deal with smatch warnings about the bitfieldsHolger Hans Peter Freyther1-1/+1
2011-11-25BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte1-1/+15
2011-11-25BSSGP: add more doxygen commentsHarald Welte1-25/+29
2011-11-24GPRS NS: Add some doxygen API documentationHarald Welte1-17/+33
2011-11-06gb_proxy: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther1-0/+2
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-2/+2
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2-5/+5
2010-06-14GPRS: Increase the NS msg size to 2048Holger Hans Peter Freyther1-1/+1
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte1-0/+27
2010-05-31[GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte1-1/+2
2010-05-23gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther1-0/+6
2010-05-23gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther1-1/+1
2010-05-19[GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte1-1/+5
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-2/+6