summaryrefslogtreecommitdiffstats
path: root/openbsc/include
Commit message (Expand)AuthorAgeFilesLines
* ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther2014-08-211-6/+1
* ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther2014-08-211-13/+10
* ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther2014-08-211-4/+0
* ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther2014-08-211-0/+14
* ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck2014-08-211-0/+3
* ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2014-08-212-3/+10
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-08-211-3/+7
* ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther2014-08-211-4/+12
* ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther2014-08-211-0/+1
* ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther2014-08-211-3/+3
* ctrl: Work on the cmd->node instead of the data pointer passedHolger Hans Peter Freyther2014-08-211-9/+9
* ctrl: Fix the signature of the string control commandsHolger Hans Peter Freyther2014-08-211-2/+7
* libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2014-08-211-1/+0
* libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann2014-08-211-0/+3
* libctrl: Add trap helper functionDaniel Willmann2014-08-211-0/+1
* libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann2014-08-212-2/+9
* fix some "implicit declaration" warnings in osmo-nitbAlexander Huemer2014-08-211-0/+13
* libctrl: Add a function to create the cmdHolger Hans Peter Freyther2014-08-211-0/+1
* libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann2014-08-211-8/+8
* controlif: declare controlif_setup() in control_cmd.hHarald Welte2014-08-211-0/+3
* libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann2014-08-211-0/+1
* libctrl: Add macros to help define commandsDaniel Willmann2014-08-211-0/+69
* Add libctrl, an SNMP-like control interfaceDaniel Willmann2014-08-211-0/+81
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-178-635/+0
* libgb: separate header files related to spec and implementationHarald Welte2012-06-176-219/+238
* libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte2012-06-171-7/+7
* libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2012-06-171-0/+3
* libgb: prefix all NS related functions with gprs_Harald Welte2012-06-171-9/+10
* libgb: don't call directly into GMM / LLC layerHarald Welte2012-06-171-0/+37
* libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2012-06-171-2/+15
* libgb: Remove dependency to openbsc/debug.hHarald Welte2012-06-163-0/+7
* libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte2012-06-161-1/+13
* libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte2012-06-164-1/+33
* split libgb into a separate library for outside useHarald Welte2012-06-164-0/+5
* misc: Deal with smatch warnings about the bitfieldsHolger Hans Peter Freyther2012-03-021-1/+1
* BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte2011-11-251-1/+15
* BSSGP: add more doxygen commentsHarald Welte2011-11-251-25/+29
* GPRS NS: Add some doxygen API documentationHarald Welte2011-11-241-17/+33
* gb_proxy: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther2011-11-061-0/+2
* src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-061-2/+2
* src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso2011-05-061-1/+1
* src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso2011-03-232-5/+5
* GPRS: Increase the NS msg size to 2048Holger Hans Peter Freyther2010-06-141-1/+1
* [GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte2010-06-101-0/+27
* [GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte2010-05-311-1/+2
* gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther2010-05-231-0/+6
* gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther2010-05-231-1/+1
* [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte2010-05-191-1/+5
* [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte2010-05-191-2/+6
* [GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte2010-05-191-17/+22